Initial project bootstrap

这个提交包含在:
Manus
2026-03-12 20:28:28 -04:00
当前提交 ef41bdbe86
修改 82 个文件,包含 15581 行新增0 行删除

19
components.json 普通文件
查看文件

@@ -0,0 +1,19 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"css": "client/src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}