diogocarmoD
Convex Community5mo ago
1 reply
diogocarmo

How can I have multiple Convex deployments inside the same project?

I currently have:
src/app-a/convex
and
src/app-b/convex
, and then update
convex.json
and
env.local
accordingly when I need to access a specific project. But when running
convex dev
, I get the same data for both apps (where I'd expect to see different data based on the project.) Is there a way to differentiate these projects? If so, which variables does
convex dev
takes into account to start different projects?
Was this page helpful?