I’m using the typescript advanced boilerplate whic...
# orm-help
c
I’m using the typescript advanced boilerplate which deploys to Prisma Cloud by default. To develop locally I edited my .env file to
PRISMA_ENDPOINT="<http://localhost:4466/backend/dev>"
. When I run
prisma deploy
now the above error is shown. Does anyone else experience this behavior? I’m using Prisma 1.8
1