fix: turbo json 2

This commit is contained in:
2025-06-30 22:24:37 +02:00
parent 3b684c2cfd
commit 79fe992f6c

View File

@@ -2,6 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**", "generated/client/**"]
},
"setup": {