Files
kener/components.json
Raj Nandan Sharma c282047017 first commit
2023-12-02 23:36:33 +05:30

13 lines
273 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.postcss",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}