Is this the correct config for the new prisma.yml ...
# orm-help
w
Is this the correct config for the new prisma.yml file?
Copy code
endpoint: <https://us1.prisma.sh/wesbos/sick-fits/${env:PRISMA_STAGE}>
datamodel: datamodel.graphql
secret: ${env:PRISMA_SECRET}
I’m getting `Error: No Prisma endpoint found. Please provide the
endpoint
constructor option.`
im dumb - I need to put that that endpoint in my env file too
n
yea that was the problem! The error message is returned by the
prisma-binding
constructor, so unrelated to your
prisma.yml
file