I'm running Nuxt 4.x and suddenly hit this same issue after a long day of heavy dev work. I ended up running nuxi cleanup
as well as blowing away my lockfile and node_modules and reinstalling. It fixed most of the issue: any changes in app.vue don't get hot reloaded: only changes to files in the pages
directory seem to get reloaded. Even modifying components doesn't trigger it.