VideoQuest / components.json
jbilcke-hf's picture
jbilcke-hf HF staff
new UI
fd2aa6b
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"
}
}