You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
234 B

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