formatting socket.js + deal with broken windows ports - default :50013

This commit is contained in:
Philipp Dormann
2021-07-12 21:49:18 +02:00
parent 5515437eab
commit 789094a2ee
2 changed files with 15 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ console.log("args:")
console.log(args)
const hostname = args.host || "0.0.0.0"
const port = args.port || 3001
const port = args.port || 50013
app.use(express.json())