Files
wehub-resource-sync 3265a2de25
Publish MCP Server / publish (push) Failing after 2s
Test / E2E Tests (push) Failing after 1s
Test / Lint & Unit Tests (push) Failing after 0s
CI / ci (push) Failing after 2s
Docker Build and Push / build-and-push (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:11:19 +08:00

22 lines
485 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}