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

@@ -29,8 +29,7 @@
"dependsOn": ["^check-types"] "dependsOn": ["^check-types"]
}, },
"dev": { "dev": {
"dependsOn": ["^db:generate"], "dependsOn": [],
"cache": false, "cache": false,
"persistent": true "persistent": true
} }