mtcute-repl/packages/repl/ui.config.json

8 lines
145 B
JSON

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