I'm hosting my Construct 3 HTML5 game using node/express
I got everything working except the game is still available at localhost:3000 even after closing the server (and restarting my computer!)
I get why sw.js would be useful but it's incredibly frustrating when I'm trying to view my updates and I just see the last version still up on the same port
Is there any way to disable this so the game is only up when the server is up?