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