stefano
stefano9mo ago

hi, I created a Convex project and

hi, I created a Convex project and later on a teammate joined me. I added him to my Convex Team and now he has access to the project. The problem is that when I shared the app code to him, also the .env.local file got copied, so from what I understand now he has access to my dev deploy instance. How can he create his dev deployment instance? This is what he sees from his Convex account on the dashboard
No description
1 Reply
Michal Srb
Michal Srb9mo ago
Your team mate should either: - delete the .env.local file and run npx convex dev - run npx convex dev --configure

Did you find this page helpful?