chore: initial project setup

This commit is contained in:
ibelick
2026-02-05 08:27:27 +01:00
commit 0d39ce4d54
85 changed files with 17061 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"files.watcherExclude": {
"**/routeTree.gen.ts": true
},
"search.exclude": {
"**/routeTree.gen.ts": true
},
"files.readonlyInclude": {
"**/routeTree.gen.ts": true
}
}