mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Move schema.graphql to root of project and delete codegen package
central codegen package no longer needed since its being generated in each package separately as needed
This commit is contained in:
@@ -3,7 +3,7 @@ require:
|
||||
- ts-node/register
|
||||
generates:
|
||||
./graphql/autogen/types.tsx:
|
||||
schema: '../codegen/schema.graphql'
|
||||
schema: '../../schema.graphql'
|
||||
documents:
|
||||
- ./graphql/**/(!(*.d)).ts
|
||||
plugins:
|
||||
|
||||
Reference in New Issue
Block a user