I am running my html files using a http-server created through node.js How do I make it so that when I make changes to the code in vsCode the server will auto-update without me having to save the files every time?
I am running my html files using a http-server created through node.js How do I make it so that when I make changes to the code in vsCode the server will auto-update without me having to save the files every time?