console/packages/web/docs/turbo.json
2024-10-09 15:19:34 +02:00

10 lines
193 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
}
}
}