Initial commit

This commit is contained in:
2025-11-09 17:52:30 +01:00
parent 22b558ed78
commit a2e823c4c3
21 changed files with 5458 additions and 328 deletions

9
frontend/jsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"]
}