I'm trying to deploy a Nuxt 4 project which works, but functions folder is not being served
I have
4 Replies
You want workers assets instead of sites:
https://developers.cloudflare.com/workers/static-assets/
@Will Taylor | Workers I'm getting
The code you linked doesn’t have a default handler 🙂
https://developers.cloudflare.com/workers/runtime-apis/handlers/
@Will Taylor | Workers why do i have to do this now compared to in pages? I would have thought that CF with Nuxt would know to bundle the functions folder into the output. Or to at least automate this process we're doing now of manually handling the function endpoints