frovide.com/components.json
Insub Kim 91426ef89b
All checks were successful
main-branch-frovide/pipeline/head This commit looks good
shad-cn component 적용
suit 웹폰트 적용
2025-06-07 02:09:03 +09:00

17 lines
354 B
JSON

{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src\\app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}