This commit is contained in:
hibna
2026-02-21 13:02:41 +03:00
commit 2215003a4d
59 changed files with 6100 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"dev": {
"cache": false,
"persistent": true
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"lint": {
"dependsOn": ["^build"]
},
"db:generate": {
"cache": false
},
"db:migrate": {
"cache": false
},
"db:seed": {
"cache": false
},
"db:studio": {
"cache": false,
"persistent": true
}
}
}