supermemory/apps/web/components.json
2025-08-16 18:50:10 -07:00

20 lines
393 B
JSON

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