mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 02:40:32 +09:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "app/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "src/components",
|
|
"utils": "src/components/ui/lib/utils"
|
|
}
|
|
}
|