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