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