g
n
I'm having the same error with Prisma CLI 1.29.1
Try with the prisma.yml:
Copy code
endpoint: <http://localhost:4466>
datamodel: datamodel.prisma
generate:
  - generator: javascript-client
    output: ./generated/prisma-client/
  - generator: graphql-schema
    output: ./generated/prisma.graphql
g
Thanks so much for this! Wish they would update the docs when they make breaking changes like that