Files
pocket-id/frontend/components.json
Elias Schneider eaff977b22 initial commit
2024-08-12 11:24:22 +02:00

14 lines
279 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils/style"
},
"typescript": true
}