mbin-website/ui.config.json
2024-07-02 16:35:31 -04:00

11 lines
No EOL
179 B
JSON

{
"tsx": true,
"componentDir": "./src/components/ui",
"tailwind": {
"config": "tailwind.config.cjs",
"css": "src/app.css"
},
"aliases": {
"path": "~/*"
}
}