mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-16 05:12:14 -06:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "styles/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": false
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|