mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-26 23:11:18 +08:00
fix main process env bug
This commit is contained in:
2
typings/global.d.ts
vendored
2
typings/global.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production'
|
||||
NODE_ENV: 'development' | 'production'
|
||||
readonly PORT: string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user