console/packages/web/docs/turbo.json

11 lines
193 B
JSON
Raw Normal View History

2024-10-09 13:19:34 +00:00
{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
}
}
}