chore: update env

This commit is contained in:
草鞋没号 2022-07-21 09:51:30 +08:00
parent 2cbc705f89
commit e255257d4a

View File

@ -1,8 +1 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}
/// <reference types="vite-plugin-electron/electron-env" />