TempMonitor/components.json

17 lines
374 B
JSON
Raw Permalink Normal View History

2025-05-18 13:18:46 +02:00
{
"$schema": "https://next.shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
2025-05-19 16:25:20 +02:00
"hooks": "$lib/hooks",
"lib": "$lib"
2025-05-18 13:18:46 +02:00
},
2025-05-19 16:25:20 +02:00
"typescript": true,
2025-05-18 13:18:46 +02:00
"registry": "https://next.shadcn-svelte.com/registry"
}