Olamide
Olamide5mo ago

How Can We Collaborate Across Multiple Repos on the Same Convex Instance?

Our team has recently adopted Convex for our database, primarily due to its speed and real-time capabilities. We're maintaining a custom backend built with Node.js for our business logic, while our front end is being developed using Next.js. We've encountered an issue where the most recent npx convex dev command called from either the frontend or backend overwrites the existing functions in the Convex dashboard, rather than merging them. This is causing conflicts as both teams need to create and manage Convex queries and mutations independently. Is there a way to set up our environment so that both the frontend and backend teams can work on the same Convex instance without overwriting each other's work? Any guidance or best practices would be greatly appreciated.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?