Skip to content
Snippets Groups Projects
Commit 685ff40e authored by Bruno Windels's avatar Bruno Windels
Browse files

use port 5000 for local dev

otherwise hydrogen sw kicks in for me
parent 2dc3ad70
No related branches found
No related tags found
No related merge requests found
......@@ -40,4 +40,4 @@ const server = http.createServer(function onRequest (req, res) {
});
// Listen
server.listen(3000);
server.listen(5000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment