Files
rerun-encoder/electron/electron-env.d.ts
René Preuß 4ab5e76d85 first commit
2023-03-01 19:24:20 +01:00

12 lines
237 B
TypeScript

/// <reference types="vite-plugin-electron/electron-env" />
declare namespace NodeJS {
interface ProcessEnv {
VSCODE_DEBUG?: 'true'
DIST_ELECTRON: string
DIST: string
/** /dist/ or /public/ */
PUBLIC: string
}
}