CloudFlare Function publishing fails with SyntaxError
I have SolidStart project with SSR.
I've started experiencing error with CloudFlare deployments after some changes in the source code, before that it worked for months:
Tried different changes in
The worst is that when I run
I've started experiencing error with CloudFlare deployments after some changes in the source code, before that it worked for months:
Tried different changes in
app.config.js but nothing helped.The worst is that when I run
npm run build locally and check the dist/_worker.js/chunks/nitro/nitro.mjs file contents I can't find the export D at the line/column position specified in the error message. Not sure how to debug it.
SolidStart