Add frontend Vite app

This commit is contained in:
2026-04-03 11:56:01 +02:00
parent 29ee01afba
commit 6622e2807b
21 changed files with 6674 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}