terms
terms4w ago

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
Convex Bot
Convex Bot4w ago
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!
rgz
rgz4w ago
Hey terms, you should upload the entire convex folder.
rgz
rgz4w ago
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
terms
termsOP3w ago
Even for EAS Submit / an expo react native build?
rgz
rgz3w ago
erquhart
erquhart3w ago
Yeah it's necessary, your client imports from the convex directory. Tree shaking should ensure your actual functions aren't getting bundled.

Did you find this page helpful?