Multiple convex projects / backends inside a single monorepo
Single monorepo with two directories:
platform and customersplatform is internal shared code used by all customers-
platform/packages/backend - internal convex project for global resources (credentials, tenants, etc.)customers has one sub-directory for each customer:-
customers/acme/apps/* - deployable applications (agents, dashboards, etc.)-
customers/acme/packages/backend - customer specific convex backend/projectIs it possible to develop in a monorepo this way with multiple convex projects?
Is there anything to know about the management APIs that would help?
I would very much appreciate any insight.
