fix: handle prod config for server correctly
This commit is contained in:
parent
b92c4ce2e8
commit
51fa7c14d0
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ if (ws) {
|
|||
});
|
||||
}
|
||||
|
||||
server.listen(port, host, () => {
|
||||
server.listen(Number(port), host, () => {
|
||||
log.info('SRVX', 'Running on %s:%s', host, port);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue