mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 04:52:53 +08:00
Obey process.env.PORT
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user