boredgame/components.json

13 lines
273 B
JSON
Raw Permalink Normal View History

{
2023-09-12 00:31:15 +00:00
"$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"
}
}