ai-comic-factory / components.json
Jeff2323's picture
Duplicate from jbilcke-hf/ai-comic-factory
964c8a9
raw
history blame contribute delete
324 Bytes
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "stone",
"cssVariables": false
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}