mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
11 lines
241 B
JSON
11 lines
241 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"inputs": ["../../web/app/src/gql/persisted-documents.json"]
|
|
}
|
|
}
|
|
}
|