remove types.d.ts

This commit is contained in:
草鞋没号 2022-07-02 11:10:02 +08:00
parent a1525fdc60
commit f84089beec
1 changed files with 0 additions and 7 deletions

7
types.d.ts vendored
View File

@ -1,7 +0,0 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly VITE_DEV_SERVER_HOST: string
readonly VITE_DEV_SERVER_PORT: string
}
}