Skip to content

Commit 86632b1

Browse files
committed
update
1 parent 8080afe commit 86632b1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@
1111
"editor.defaultFormatter": "biomejs.biome",
1212
"typescript.tsdk": "node_modules/typescript/lib",
1313
"search.exclude": {
14+
"**/routeTree.gen.ts": true,
1415
"**/node_modules": true,
1516
"**/.vinxi": true,
1617
"**/.output": true,
1718
"bun.lock": true
1819
},
1920
"editor.codeActionsOnSave": {
2021
"source.fixAll.biome": "explicit"
22+
},
23+
"files.watcherExclude": {
24+
"**/routeTree.gen.ts": true
2125
}
2226
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"sonner": "^2.0.7",
8686
"superjson": "^2.2.2",
8787
"tailwind-merge": "^3.3.1",
88-
"tough-cookie": "^6.0.0",
8988
"uuid": "^13.0.0",
9089
"vaul": "^1.1.2",
9190
"zod": "^4.1.12"

0 commit comments

Comments
 (0)