mirror of
https://github.com/tale/headplane.git
synced 2026-08-10 14:06:51 +00:00
fix: handle prod config for server correctly
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ if (ws) {
|
||||
});
|
||||
}
|
||||
|
||||
server.listen(port, host, () => {
|
||||
server.listen(Number(port), host, () => {
|
||||
log.info('SRVX', 'Running on %s:%s', host, port);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user