mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-26 15:01:18 +08:00
types.d.ts -> electron/electron-env.d.ts
This commit is contained in:
8
electron/electron-env.d.ts
vendored
Normal file
8
electron/electron-env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
NODE_ENV: 'development' | 'production'
|
||||
readonly VITE_DEV_SERVER_HOST: string
|
||||
readonly VITE_DEV_SERVER_PORT: string
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user