2 Replies
You probably don't want to share dev instances because you'd be sharing data and code; so when one of you pushes code it would clobber the other's code.
Instead you might look at data export https://docs.convex.dev/database/import-export/export
Exporting Data Snapshots | Convex Developer Hub
Export your data out of Convex
okay nice, this is because I pushed some data into the db as a one time thing , and I wanted all of us to access it