Files
nashel-frontend/components.json
Халимов Рустам 69e7e7508a struct
2026-02-09 13:38:48 +03:00

17 lines
334 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/shared/ui",
"utils": "@/shared/lib/utils"
}
}