rewrite in vue components
All checks were successful
Build Docker containers / Build (push) Successful in 28s

This commit is contained in:
2025-04-15 14:04:29 -04:00
parent 93af3292ab
commit 5bef5bc519
88 changed files with 7698 additions and 0 deletions

8
frontend/jsconfig.json Normal file
View File

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