Hello!, probably this is something someone asked b...
# orm-help
m
Hello!, probably this is something someone asked before but how can I use
prisma
with the
.env
file that my project is using instead of the
.env
that lives in the
prisma
dir?
a
I believe it is still not possible. I’m using the
dotenv-cli
package
m
oh nice thanks!
r
Yeah @Mario Jimenez Currently as a workaround you would need to use something like
dotenv-cli
and add it before the script you're running.