fase(10): frontend shadcn-ui shell with auth

This commit is contained in:
debian
2026-03-05 10:26:17 -05:00
parent 7526a5bc15
commit 5ef4ce5de0
49 changed files with 9105 additions and 131 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}