Static Server Function Cloudflare Worker
I'm trying to use a static server function in my start app, like this:
this works fine during dev, but when i build I get this:
This is my vite config:
Is there some plugin im not using correctly? or is this just a limitation of start?
Thank you!
this works fine during dev, but when i build I get this:
This is my vite config:
Is there some plugin im not using correctly? or is this just a limitation of start?
Thank you!