Files
scheduler-front/components.json
geonhee-min af3fa26f3b
All checks were successful
Test CI / build (push) Successful in 16s
issue #37
- 기능 구현 1차 완료(동작 확인 필요)
2025-12-02 16:50:24 +09:00

25 lines
492 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/App.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@reui": "https://reui.io/r/{name}.json"
}
}