fix: turbo remove that

This commit is contained in:
2025-06-30 16:02:54 +00:00
parent a0ef59e577
commit 3b684c2cfd

View File

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