Dev and Build workflow
Hello everyone, I was wondering what exact parts of my convex folder should I upload to my Github repo(should I just upload the _generated folder or everything else as well)? And should my build process(specifically EAS Build) be receiving the entire convex folder as well?
6 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!
Hey terms, you should upload the entire convex folder.
More info here on production builds:
https://docs.convex.dev/production
Deploying Your App to Production | Convex Developer Hub
Convex is built to serve live, production app traffic. Here we cover how to
Even for EAS Submit / an expo react native build?
Here's a bit more info you might find useful https://discord.com/channels/1019350475847499849/1273888550177472522
Yeah it's necessary, your client imports from the convex directory. Tree shaking should ensure your actual functions aren't getting bundled.