faux-naïf
CCConvex Community
•Created by faux-naïf on 4/10/2025 in #support-community
Convex autogen not creating types in new repo
so i should indeed have 2+ repos active, "convex-db" and
n
application repos, writing mutations in convex-db and letting the changes propagate to the other(s)?5 replies
CCConvex Community
•Created by faux-naïf on 4/10/2025 in #support-community
Convex autogen not creating types in new repo
For even more context: I have a bunch of repos for each one of my customers since there's lots of customization for each. ideally though i'd like to have all of the data i generate be in the same project so i can run analytics across all of my customers. the Kapa result implied that i'd need to have a repo that just contains my convex mutations and then use the experimental ts feature to export this to my different repos. is this true?
from the docs it seemed like since convex is "additive-only by default" i could define the tables i need in each repo as long as there are no collisions. what am i missing here? the alternative seems like i'd need to have a convex repo where i define my mutations and then i'd have to jointly update that repo and my application repos in order to add mutations/queries, which would be pretty inconvenient.
5 replies