chore: use reference `electron-env.d.ts` type
This commit is contained in:
parent
c420f35805
commit
ad1096433e
|
@ -1,7 +1 @@
|
||||||
declare namespace NodeJS {
|
/// <reference types="vite-plugin-electron/electron-env" />
|
||||||
interface ProcessEnv {
|
|
||||||
NODE_ENV: 'development' | 'production'
|
|
||||||
readonly VITE_DEV_SERVER_HOST: string
|
|
||||||
readonly VITE_DEV_SERVER_PORT: string
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue