RobotHub-Frontend / components.json
blanchon's picture
Update
6ce4ca6
raw
history blame
347 Bytes
{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/app.css",
"baseColor": "stone"
},
"aliases": {
"components": "@/components",
"utils": "$lib/utils",
"ui": "@/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}