mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
Fix port being randomized
Also make it a number.
This commit is contained in:
@@ -100,7 +100,7 @@ export interface HttpServerOptions {
|
||||
readonly commit?: string
|
||||
readonly host?: string
|
||||
readonly password?: string
|
||||
readonly port?: number | string
|
||||
readonly port?: number
|
||||
readonly socket?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user