Files
IfcOpenShell/src/ifctester/webapp/components.json
T
2025-09-07 21:08:47 +10:00

17 lines
348 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/css/app.scss",
"baseColor": "gray"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": false,
"registry": "https://shadcn-svelte.com/registry"
}