electron-vite-vue/types.d.ts
草鞋没号 6e184ad54c rename
2022-02-08 11:13:34 +08:00

9 lines
186 B
TypeScript

declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}