mirror of
https://github.com/graphql-hive/console
synced 2026-04-27 09:27:17 +00:00
11 lines
193 B
JSON
11 lines
193 B
JSON
|
|
{
|
||
|
|
"$schema": "https://turborepo.org/schema.json",
|
||
|
|
"extends": ["//"],
|
||
|
|
"tasks": {
|
||
|
|
"build": {
|
||
|
|
"dependsOn": ["^build"],
|
||
|
|
"outputs": [".next/**", "!.next/cache/**"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|