diff --git a/electron/electron-env.d.ts b/electron/electron-env.d.ts index b435aec..6acc9e1 100644 --- a/electron/electron-env.d.ts +++ b/electron/electron-env.d.ts @@ -1,8 +1 @@ - -declare namespace NodeJS { - interface ProcessEnv { - NODE_ENV: 'development' | 'production' - readonly VITE_DEV_SERVER_HOST: string - readonly VITE_DEV_SERVER_PORT: string - } -} +/// \ No newline at end of file