mirror of
https://github.com/graphql-hive/console
synced 2026-04-26 17:07:17 +00:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"],
|
|
"inputs": ["../../web/app/src/gql/persisted-documents.json"]
|
|
},
|
|
"dev": {
|
|
"persistent": true,
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|