mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"globalDependencies": [
|
|
"package.json",
|
|
"codegen.mts",
|
|
"pnpm-lock.yaml",
|
|
"tsconfig.json",
|
|
"scripts/patch-manifests.js",
|
|
"scripts/banner.js",
|
|
"scripts/runify.ts",
|
|
"patches/*"
|
|
],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"check:build": {
|
|
"outputs": [""]
|
|
},
|
|
"dev:hive": {
|
|
"with": [
|
|
"//#graphql:generate:watch",
|
|
"@hive/server#dev",
|
|
"@hive/app#dev",
|
|
"@hive/schema#dev",
|
|
"@hive/policy#dev",
|
|
"@hive/commerce#dev",
|
|
"@hive/cdn-script#dev",
|
|
"@hive/emails#dev",
|
|
"@hive/usage#dev",
|
|
"@hive/usage-ingestor#dev",
|
|
"@graphql-hive/external-composition#example",
|
|
"@hive/external-composition-federation-2#dev"
|
|
],
|
|
"outputs": [""],
|
|
"persistent": true,
|
|
"cache": false
|
|
},
|
|
"//#graphql:generate:watch": {
|
|
"persistent": true,
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|