feat: update client data

This commit is contained in:
2026-01-06 11:08:55 +01:00
parent 37164b560f
commit 704d0d1821
50 changed files with 1215 additions and 471 deletions

11
.vscode/settings.json vendored
View File

@@ -8,6 +8,15 @@
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
},
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
},
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
@@ -15,5 +24,5 @@
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
}
}