first commit

This commit is contained in:
alzalia1 2025-08-27 23:02:21 +02:00
commit 5089b4a7d2
27 changed files with 7499 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
}
}