fix: remove duplicate define

This commit is contained in:
草鞋没号 2021-11-11 17:00:48 +08:00
parent 9d8d13d466
commit 96e428f8b1
1 changed files with 0 additions and 1 deletions

1
types.d.ts vendored
View File

@ -2,7 +2,6 @@
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production'
readonly PORT: string
readonly HOST: string
readonly PORT: number
}