Closed joshjohanning closed 1 year ago
node server.js
Leaving npm run dev as it looks like nodemon can be used to recycle the site when files changed - would have to test that in combination. If nodemon didn't work then I would suggest replacing npm run dev command with this one.
npm run dev
nodemon
Leaving
npm run dev
as it looks likenodemon
can be used to recycle the site when files changed - would have to test that in combination. Ifnodemon
didn't work then I would suggest replacingnpm run dev
command with this one.