Meanwhile in my `prisma.yml` file I have the follo...
# prisma-whats-new
l
Meanwhile in my
prisma.yml
file I have the following line:
cluster: ${env:PRISMA_CLUSTER}
and in my .env file,
PRISMA_CLUSTER
resolves to
local
😕