if i work with more than 1 person on a project how...
# prisma-whats-new
t
if i work with more than 1 person on a project how is the best way to handle the .graphcoolrc ? because if i commit the file the other developer gets an error on graphcool deploy -> local env ERROR no project with id ……
d
We are aware of the issue, for now it is a good idea to not include your
.graphcoolrc
in VC, or manually sync it.
t
😉
found another solution 😉 every developer gets his own target name and is deploying on this one locally
now the rc file is under version control and everyone else has test and prod stage too
if you fixed the problem we will change it 😛
d
Yea of course that works better! A real solution will hopefully be there soon 🙂