16 lines
300 B
JSON
16 lines
300 B
JSON
|
{
|
||
|
"$schema": "https://shadcn-solid.com/schema.json",
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.ts",
|
||
|
"css": {
|
||
|
"path": "src/index.css",
|
||
|
"variable": true
|
||
|
},
|
||
|
"color": "neutral",
|
||
|
"prefix": ""
|
||
|
},
|
||
|
"alias": {
|
||
|
"component": "@/components",
|
||
|
"cn": "@/libs/cn"
|
||
|
}
|
||
|
}
|