mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 11:29:12 -04:00
17 lines
356 B
JSON
17 lines
356 B
JSON
{
|
|
"$schema": "https://shadcn-solid.com/schema.json",
|
|
"uno": {
|
|
"config": "uno.config.ts",
|
|
"css": {
|
|
"path": "src/client/app.css",
|
|
"variable": true
|
|
},
|
|
"color": "neutral",
|
|
"prefix": ""
|
|
},
|
|
"alias": {
|
|
"component": "@/modules/ui/components",
|
|
"ui": "@/modules/ui/components",
|
|
"cn": "@/modules/ui/utils/cn"
|
|
}
|
|
}
|