use port 5000 for local dev

otherwise hydrogen sw kicks in for me
This commit is contained in:
Bruno Windels 2020-12-03 11:06:41 +01:00
parent 2dc3ad70a3
commit 685ff40ea3
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ const server = http.createServer(function onRequest (req, res) {
});
// Listen
server.listen(3000);
server.listen(5000);