initial commit

This commit is contained in:
2025-08-07 00:23:12 -04:00
commit 11152f08b3
12 changed files with 3065 additions and 0 deletions

8
ui/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}