Obey process.env.PORT

This commit is contained in:
Anmol Sethi
2020-02-21 14:49:44 -05:00
parent 33b3523bf4
commit bd7583a254
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ export interface HttpServerOptions {
readonly commit?: string
readonly host?: string
readonly password?: string
readonly port?: number
readonly port?: number | string
readonly socket?: string
}