mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-24 21:51:27 +08:00
rename
This commit is contained in:
4
types.d.ts
vendored
4
types.d.ts
vendored
@@ -2,7 +2,7 @@
|
|||||||
declare namespace NodeJS {
|
declare namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
NODE_ENV: 'development' | 'production'
|
NODE_ENV: 'development' | 'production'
|
||||||
readonly PORT: string
|
readonly VITE_DEV_SERVER_HOST: string
|
||||||
readonly HOST: string
|
readonly VITE_DEV_SERVER_PORT: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user