Files
multica/packages/ui/components.json
Jiayuan Zhang e9ea05e384 chore(ui): configure the @reui registry for shadcn installs (#6356)
Registers the authenticated @reui registry, flips rsc to true so shadcn
stops stripping "use client" on the way in, and maps the bare
@multica/ui/components and @multica/ui/lib aliases that every registry
item targeting those roots needs to resolve.

Config only: no vendored blocks, no new dependencies.

Co-authored-by: Lambda <agent@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
2026-08-04 15:43:01 +08:00

30 lines
658 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-nova",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "styles/tokens.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@multica/ui/components",
"ui": "@multica/ui/components/ui",
"hooks": "@multica/ui/hooks",
"lib": "@multica/ui/lib",
"utils": "@multica/ui/lib/utils"
},
"registries": {
"@reui": {
"url": "https://reui.io/r/base-nova/{name}.json",
"headers": {
"Authorization": "Bearer ${REUI_LICENSE_KEY}"
}
}
}
}