2022-10-03 10:43:13 +08:00
|
|
|
/// <reference types="vite-electron-plugin/electron-env" />
|
2022-09-13 14:40:17 +08:00
|
|
|
|
|
|
|
declare namespace NodeJS {
|
|
|
|
interface ProcessEnv {
|
2022-10-03 10:43:13 +08:00
|
|
|
VSCODE_DEBUG?: 'true'
|
|
|
|
DIST_ELECTRON: string
|
2022-09-13 14:40:17 +08:00
|
|
|
DIST: string
|
|
|
|
/** /dist/ or /public/ */
|
|
|
|
PUBLIC: string
|
|
|
|
}
|
|
|
|
}
|