chore: Remove database-design app (#29003)

Remove all files related to database-design app.
This commit is contained in:
Ivan Vasilov
2024-09-02 11:22:42 +02:00
committed by GitHub
parent 24f590e893
commit 5acbd4ab9f
102 changed files with 2 additions and 7962 deletions

View File

@@ -6,12 +6,6 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"database-design#build": {
"dependsOn": ["^build"],
"env": ["NEXT_PUBLIC_*", "OPENAI_API_KEY", "VERCEL_URL"],
"inputs": ["$TURBO_DEFAULT$", ".env", ".env.local"],
"outputs": [".next/**", "!.next/cache/**"]
},
"design-system#build": {
"dependsOn": ["^build"],
"env": ["NEXT_PUBLIC_*"],