I have a NodeJS server running on localhost, specifically that of the NPM package called http-server, the problem is that I'm running a js script, and I'm testing and recharging, the problem is that I have to turn the server off and on to show me the new changes I made, my JS file is simple, just practice, it's this
console.log("Worksssss")
// document.cookie = "nombre=Jose"
var cookies = document.cookie
console.log(cookies)