TanguyH
4e12b56e2a
- Authentication support - Env file example for easy and secure setup - Dynamic GraphQL Module loading - Database linking using Prisma
12 lines
193 B
YAML
12 lines
193 B
YAML
endpoint: http://localhost:4466
|
|
datamodel: datamodel.prisma
|
|
|
|
generate:
|
|
- generator: javascript-client
|
|
output: ./src/generated/prisma-client/
|
|
|
|
hooks:
|
|
post-deploy:
|
|
- prisma generate
|
|
|