blob: 41bf8fce336ee688279a59c276bb8e6465a5b771 (
plain)
1
2
3
4
5
6
7
8
9
10
|
projects:
app:
schemaPath: "src/schema.graphql"
extensions:
endpoints:
default: "http://localhost:4444"
prisma:
schemaPath: "src/generated/prisma.graphql"
extensions:
prisma: prisma.yml
|