mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-27 23:46:20 +08:00
chore: add HOST field
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -2,7 +2,9 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production'
|
||||
readonly HOST: string
|
||||
readonly PORT: string
|
||||
readonly PORT_WS: string
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user