Files
Website/components.json
Chaoscaot f13305d116
Some checks failed
SteamWarCI Build failed
feat: Add Team info Sidebar
2025-12-20 18:36:33 +01:00

17 lines
375 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src\\styles\\app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/components/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://tw3.shadcn-svelte.com/registry/default"
}