mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-02-21 10:19:02 -06:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"$schema": "https://solid-ui.com/schema.json",
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"css": "../shared/global.css",
|
|
"config": "tailwind.config.ts",
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components/ui",
|
|
"utils": "@/lib/utils"
|
|
}
|
|
}
|