Lightwaves
Lightwaves7mo ago

Sharing dev instances

How do we share dev instances ?
2 Replies
ballingt
ballingt7mo ago
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
Lightwaves
LightwavesOP7mo ago
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

Did you find this page helpful?