vite build fails with ✘ [ERROR] A request to the Cloudflare API (/accounts/b50cxxxxx)
I have a monorepo powered by turborepo. it has a web app by tanstack-start(vite), a hono server app and some few packages. the boilerplate was generated by better-t-stack. I'm able to successfully deploy the web app but when deploying the backend server, it fails. It doesn't matter whether i use vite and raw wrangler as build step.