docverifyrag / frontend /components.json
SANDRAMSC's picture
First commit for landing page - prior to Service error fix
64c5e26
raw
history blame
No virus
321 Bytes
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}