1
0
mirror of https://github.com/heyman/heynote.git synced 2025-01-10 07:58:54 +01:00
heynote/electron/electron-env.d.ts

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
}
}