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.
Console logs generated when deploying the server can be found at https://gist.github.com/waptik/7560b4350ab30698981a5dc867e81514
first script is when i run
pnpm run deploy
script in the root folder and the second is i ran it inside apps/server
I might be doing the wrong but i need help.
Repo: https://github.com/waptik/woym-templateGist
bts-monorepo workers-vite deploy errors
bts-monorepo workers-vite deploy errors. GitHub Gist: instantly share code, notes, and snippets.
GitHub
GitHub - waptik/woym-template
Contribute to waptik/woym-template development by creating an account on GitHub.
0 Replies