Nuxt watch monorepo packages in dev
I have a pnpm monorepo with multiple package & Nuxt 3.
When a package rebuild in development nuxt 3 won't reload nitro server, I have to restart manually the server.
Is there a way to tell nuxt 3 to watch my packages ?
1 Reply
It may have to be done with vite configuration. Moreover, you could also use
unjs/unbuild
to stub your packages so changes are reflected without rebuilding (although compatibility may differ)