13 lines
251 B
JSON
13 lines
251 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"
|
|
}
|
|
}
|