ab90..
CDCloudflare Developers
•Created by apolodoro on 1/22/2025 in #workers-help
Deploying sveltekit monorepo
According to my friend ChatGPT: This forces Cloudflare to install devDependencies.
15 replies
CDCloudflare Developers
•Created by apolodoro on 1/22/2025 in #workers-help
Deploying sveltekit monorepo
I got mine to work by changing NODE_ENV to "development" in my wrangler.json
"vars": {
"NODE_ENV": "development"
},
Hope that helps!
15 replies
CDCloudflare Developers
•Created by apolodoro on 1/22/2025 in #workers-help
Deploying sveltekit monorepo
I'm having the vite not found error too. builds locally but the cloudflare build fails. did you find a solution?
15 replies