This commit is contained in:
2026-06-08 04:19:23 +08:00
parent 8351498071
commit f2d8ad0de2
152 changed files with 2362 additions and 2227 deletions

View File

@@ -1,15 +1,12 @@
{
"$schema": "https://turborepo.dev/schema.json",
"ui": "tui",
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": ["dist/**"]
},
"dev": {
"cache": false,
"persistent": true
"cache": false
}
}
}