Fixed turbo

This commit is contained in:
PxlLoewe
2025-02-16 11:50:18 +01:00
parent 7ebbb7a604
commit 56a695c090
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"globalEnv": ["EMAIL_SERVER", "EMAIL_FROM", "SECRET"],
"ui": "tui",
"tasks": {
"apps:install": {
"apps:install": {
"dependsOn": ["^apps:install"],
"inputs": ["apps/**/package.json"],
"outputs": ["apps/**/node_modules"]
@@ -29,8 +29,7 @@
"dependsOn": ["^check-types"]
},
"dev": {
"dependsOn": ["^db:generate"],
"dependsOn": [],
"cache": false,
"persistent": true
}