We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8080afe commit 86632b1Copy full SHA for 86632b1
2 files changed
.vscode/settings.json
@@ -11,12 +11,16 @@
11
"editor.defaultFormatter": "biomejs.biome",
12
"typescript.tsdk": "node_modules/typescript/lib",
13
"search.exclude": {
14
+ "**/routeTree.gen.ts": true,
15
"**/node_modules": true,
16
"**/.vinxi": true,
17
"**/.output": true,
18
"bun.lock": true
19
},
20
"editor.codeActionsOnSave": {
21
"source.fixAll.biome": "explicit"
22
+ },
23
+ "files.watcherExclude": {
24
+ "**/routeTree.gen.ts": true
25
}
26
package.json
@@ -85,7 +85,6 @@
85
"sonner": "^2.0.7",
86
"superjson": "^2.2.2",
87
"tailwind-merge": "^3.3.1",
88
- "tough-cookie": "^6.0.0",
89
"uuid": "^13.0.0",
90
"vaul": "^1.1.2",
91
"zod": "^4.1.12"
0 commit comments