refactor: remove useless folders

This commit is contained in:
2025-03-04 01:03:39 +08:00
parent 2844e1fc32
commit 408d211f27
405 changed files with 9988 additions and 28082 deletions

View File

@@ -1,38 +0,0 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"ui": "tui",
"tasks": {
"build": {
"dependsOn": ["^build", "test"],
"outputs": [".next/**", "!.next/cache/**"],
"env": [
"ARCJET_KEY",
"BETTERSTACK_API_KEY",
"BETTERSTACK_URL",
"DATABASE_URL",
"FLAGS_SECRET",
"SENTRY_AUTH_TOKEN",
"SENTRY_ORG",
"SENTRY_PROJECT",
"SVIX_TOKEN"
]
},
"test": {
"dependsOn": ["^test"]
},
"analyze": {
"dependsOn": ["^analyze"]
},
"dev": {
"cache": false,
"persistent": true
},
"clean": {
"cache": false
},
"//#clean": {
"cache": false
}
}
}