Turborepo Vercel Deploy Build Command
Hi, I am using the custom build command specified in the documentation when deploying the NextJS project to Vercel:
I will start using Turborepo; what command (or turbo.json configuration) can I use instead that will fulfill the same function? Thank you!
3 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
@Baris The first part—
npx convex deploy
will remain the same. What will change is the command run in the latter part. I'd like to think that the Turborepo docs will have details on that.Yep, I can probably find it if I spend some time, but maybe there is someone who has done the same process who can help me.