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