wildcat
wildcat21h ago

_generated code track in git or not?

I have a lot of generated code by Convex, do we need to track it in git? If we don't check the generated code in NestJS, we might want to run like Convex codegen before building the Next.js project. Is that a good practice or not? Or we should always track?
3 Replies
Convex Bot
Convex Bot21h 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!
erquhart
erquhart18h ago
Yep, always commit convex/_generated files
wildcat
wildcatOP14h ago
Got it, thank you.

Did you find this page helpful?