#Anyway to make page reload on save?

4 messages · Page 1 of 1 (latest)

somber jacinth
#

I'm using Nest for an MVC style SSR application. When I save a TS file the app restarts in the terminal but I still need to manually refresh the browser page. Does anyone know a way that I can make the browser page reload?

Also, can I make the reload work when changing a handlebars file (.hbs extension) ?

Thanks for any suggestions 🙂

#

Anyway to make page reload on save?

honest jolt
#

perhaps nodemon helps?
or the vsCode live server plugin?

somber jacinth
#

hmmm, interesting idea on the live server extension - I already use it for quick stuff, wonder if I can point it at the dist folder