mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-06 01:50:14 +02:00
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>
30 lines
658 B
JSON
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}"
|
|
}
|
|
}
|
|
}
|
|
}
|