fix: wrong args usage
This commit is contained in:
parent
623dd62404
commit
0478aa0912
@ -103,8 +103,8 @@ export const startServer = async (
|
||||
// Start listening for requests
|
||||
await server
|
||||
.listen({
|
||||
port: hostSetting,
|
||||
host: portSetting,
|
||||
port: portSetting,
|
||||
host: hostSetting,
|
||||
})
|
||||
.then(() => {
|
||||
// Log server listening
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user