Nuxt Static site running through netlify dev.
Redirects and API calls work great (no more CORS!), but issue now is that any changes to files, and it doesn’t reload - the way it would with npm run dev
. I have to stop the server, rebuild with npm run build
, and then start up 'netlify dev` again.
I did look here and here, but those relate to --live
and my issue is just straight up dev server.