makisuo
makisuo
Explore posts from servers
CDCloudflare Developers
Created by makisuo on 4/5/2025 in #workers-help
Workers Vite in browser not trying to reach worker
Manage to make it "run" with using

"assets": {
// "not_found_handling": "single-page-application",
"binding": "ASSETS",
"run_worker_first": true
}

"assets": {
// "not_found_handling": "single-page-application",
"binding": "ASSETS",
"run_worker_first": true
}
But this will then ofc not work with SPA routing anymore...
5 replies
CDCloudflare Developers
Created by makisuo on 1/17/2025 in #pages-help
Monorepo Builds keep using npm instead of bun
Yeah don’t really understand though why this isn’t an option here doesn’t seem too much 🥲
12 replies
CDCloudflare Developers
Created by makisuo on 1/17/2025 in #pages-help
Monorepo Builds keep using npm instead of bun
issue is in most workflows I use the package directory as the root directory, meaning the lockfile isnt found by the CF CI defaulting to npm. I would just really like to force it to use bun rather than switching the app root.
12 replies