diff --git a/server.ts b/server.ts index 47284175a4..4d2ee500be 100644 --- a/server.ts +++ b/server.ts @@ -544,6 +544,9 @@ function createHttpsServer(keys) { }); } +/** + * Create an HTTP server with the configured port and host. + */ function run() { const port = environment.ui.port || 4000; const host = environment.ui.host || '/';