Netlify dev not reloading changes to Nuxt

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.

Hi @jhull, I recommend opening an issue in the CLI repo Issues · netlify/cli · GitHub . That way others can see the problem and chime in. Also that’s the source of truth for bugs with the netlify CLI. Thanks!