feat: init new frontend

This commit is contained in:
2026-05-03 20:07:27 +08:00
parent c54a22ece5
commit 903bed57c0
20 changed files with 1498 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}