mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-30 19:39:14 -04:00
18 lines
356 B
JSON
18 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"
|
||
|
}
|
||
|
}
|