Is there a way to share my functions and schemas across my project apart from a monorepo?
I'm creating an app that has mltiple interfaces but then I have to rewrite some convex functions in multiple places and I think there should be a better way to optimise this process. Probably like a pull command or something within the cli. I want to use a monorepo but the projects have been setup already and I don't know how to merge existing projects into a monorepo
Thanks
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!
hi! did you see this: https://docs.convex.dev/production/multiple-repos
Multiple Repositories | Convex Developer Hub
Use Convex in multiple repositories
Nope, I'm reading through now
Thanks for this