Add default webserver port

This commit is contained in:
Wietse Wind
2023-10-07 01:41:56 +02:00
parent a295844656
commit 2d3fde377e

View File

@@ -98,7 +98,7 @@ if (!wss) {
})
})
const server = app.listen(port)
const server = app.listen(port || 3000)
// Play nice with Docker etc.
process.on('SIGINT', () => {