fix: remove duplicate define
This commit is contained in:
parent
9d8d13d466
commit
96e428f8b1
|
@ -2,7 +2,6 @@
|
||||||
declare namespace NodeJS {
|
declare namespace NodeJS {
|
||||||
interface ProcessEnv {
|
interface ProcessEnv {
|
||||||
NODE_ENV: 'development' | 'production'
|
NODE_ENV: 'development' | 'production'
|
||||||
readonly PORT: string
|
|
||||||
readonly HOST: string
|
readonly HOST: string
|
||||||
readonly PORT: number
|
readonly PORT: number
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue