tauri-app/ui.config.json

11 lines
180 B
JSON
Raw Normal View History

2024-02-11 17:12:40 +00:00
{
"tsx": true,
"componentDir": "./src/components/ui",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/index.css"
},
"aliases": {
"path": "@/*"
}
}