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

@@ -20,6 +20,7 @@ export const VerticalNav = () => {
<PersonIcon /> Profile <PersonIcon /> Profile
</Link> </Link>
</li> </li>
<li></li>
<li> <li>
<Link href="/settings/account"> <Link href="/settings/account">
<GearIcon /> <GearIcon />

View File

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