chore: define process.env.PORT
This commit is contained in:
1
typings/global.d.ts
vendored
1
typings/global.d.ts
vendored
@@ -2,6 +2,7 @@
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production'
|
||||
readonly PORT: string
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user