blog/frontend/components.json
SquidSpirit 07ab4ec157
Some checks failed
Frontend CI / build (push) Failing after 58s
feat: import shadcn
2025-10-13 16:52:13 +08:00

17 lines
432 B
JSON

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