DEV Community

Discussion on: Automatically refresh the browser on Node / Express server changes 🚀

Collapse
 
emasuriano profile image
Ema Suriano

Most probably is because by default nodemon watch for .js, .mjs, .coffee, .litcoffee, .json extensions. Therefore you can send the flag of -e ejs to the command of watch to make it watch your files :)