How do I configure a Turbo project?
Hi, I’m migrating from Vercel and I need to configure a Turbo project.
How can I did this?
6 Replies
Which part? There shouldn’t be anything inherent about deploying Turbo projects to Pages
Would love an example aswell tbh, especially how do I use a wrangler.toml for configuring stuff in a mono repo? Since it ofc only tries to detect one on root level
I agree, we need an example including a wrangler.toml. I didn't have success when tried to deploy.
NextJS returned an error https://github.com/cloudflare/next-on-pages/issues/731
GitHub
[🐛 Bug]: Monorepo with Turborepo build error in Pages CI · Issue #7...
next-on-pages environment related information System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:41 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8103 C...
Remix also
When I tried to deploy using Wrangler CLI, I was successful.
Do you have a repo I can test with?