instant-smollm / components.json
cfahlgren1's picture
cfahlgren1 HF staff
setup webllm with smol 360m demo
b14d567
raw
history blame
No virus
274 Bytes
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}