youtuber-blog-frontend/components.json

14 lines
276 B
JSON
Raw Normal View History

2024-04-26 16:40:42 +00:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.pcss",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": false
}