mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
chore: define process.env.PORT
This commit is contained in:
parent
10c30fb9c1
commit
e40fc2dc5e
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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user