signalstats/ui.config.json
2024-12-08 11:27:16 +01:00

13 lines
No EOL
250 B
JSON

{
"$schema": "https://solid-ui.com/schema.json",
"tsx": true,
"tailwind": {
"css": "src/app.css",
"config": "tailwind.config.js",
"prefix": ""
},
"aliases": {
"components": "~/components/ui",
"utils": "~/lib/utils"
}
}