mirror of
https://github.com/sern-handler/website
synced 2026-06-05 17:06:58 +00:00
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.mjs",
|
|
"css": "src/styles/global.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": false,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/utils"
|
|
}
|
|
} |