小Roy
Convex Community2y ago
5 replies
小Roy

Unable to use convex as a submodule

I am using the same convex database for multiple apps and thus sharing the whole convex folder.

Problem 1: should I leave the convex folder to be committed individually in each of the app? I am concerned the functions won't get stored properly because they each have different functions and some overlapping names.

Problem 2: If I do want to share the convex folder across different apps, I couldn't think of a better way than submodule. However, as soon as I try to git init inside the convex folder, I got this error when running 'npx convex dev'
Screenshot_2024-08-18_at_5.40.33_PM.png
Was this page helpful?