mtcute-repl/ui.config.json
2025-01-12 20:20:36 +03:00

8 lines
145 B
JSON

{
"tsx": true,
"componentDir": "./src/lib/components/ui",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css"
}
}