feat: import shadcn tailwindcss (#1)

Reviewed-on: #1
This commit is contained in:
2025-10-27 20:04:14 +08:00
parent fbf4f5f98f
commit a1e2239458
10 changed files with 564 additions and 41 deletions

View File

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