chore: add HOST field
This commit is contained in:
2
types/global.d.ts
vendored
2
types/global.d.ts
vendored
@@ -2,7 +2,9 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production'
|
||||
readonly HOST: string
|
||||
readonly PORT: string
|
||||
readonly PORT_WS: string
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user