Well it doesn't make sense just to watch the public folder because its not rebuild every time you ch
Well it doesn't make sense just to watch the public folder because its not rebuild every time you change a template in a nuxt project, only when you run yarn generate.
Formerly you could run a proxy command as a flag on the wrangler command that ran yarn dev, but this isnt allowed in wrangler v4
"npx wrangler pages dev -- yarn dev"
Formerly you could run a proxy command as a flag on the wrangler command that ran yarn dev, but this isnt allowed in wrangler v4
"npx wrangler pages dev -- yarn dev"


