Hello, so as I am setting up the repo locally I run this particular command 'yarn workspace @calcom/prisma db-deploy' which is giving me an error that database_url doesn't found. but it's there. can anyone help me with it?
a
Ali
05/25/2023, 9:32 AM
Are you on Mac or Windows?
á
Ángel Rivera-Págan
05/25/2023, 1:03 PM
In my case I had to add a .env inside the prisma directory. It is annoying cuz it will complain about the duplicate database_url, but it works.