mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-03 12:59:14 -04:00
feat: it-tools v3 base
This commit is contained in:
parent
1c35ac3704
commit
f8b5cbfd87
530 changed files with 7529 additions and 33524 deletions
17
packages/app/components.json
Normal file
17
packages/app/components.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue