use port 5000 for local dev
otherwise hydrogen sw kicks in for me
This commit is contained in:
parent
2dc3ad70a3
commit
685ff40ea3
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ const server = http.createServer(function onRequest (req, res) {
|
|||
});
|
||||
|
||||
// Listen
|
||||
server.listen(3000);
|
||||
server.listen(5000);
|
||||
|
|
Loading…
Reference in a new issue