mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 01:59:08 +00:00
chore: fix build & emulation
This commit is contained in:
parent
462ef26ea2
commit
3ca37cff17
5 changed files with 13 additions and 7 deletions
|
@ -204,5 +204,6 @@ fork(async () => {
|
|||
reload();
|
||||
});
|
||||
|
||||
console.log('starting on http://localhost:6609');
|
||||
server.listen(6609, '0.0.0.0');
|
||||
const port = args.port || 6609;
|
||||
console.log(`starting on http://localhost:${port}`);
|
||||
server.listen(port, '0.0.0.0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue