llama-stack-mirror/src/llama_stack_ui/components.json
Eric Huang 20d4c6a0ef chore: move src/llama_stack/ui to src/llama_stack_ui
# What does this PR do?


## Test Plan
2025-11-04 14:56:18 -08:00

21 lines
431 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",
"chat": "@/components/chat",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}