Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "src/components",
|
|
"ui": "src/components/ui",
|
|
"utils": "src/lib/utils"
|
|
},
|
|
"style": "default",
|
|
"tailwind": {
|
|
"baseColor": "neutral",
|
|
"config": "./config/tailwind.config.js",
|
|
"css": "./src/index.css",
|
|
"cssVariables": true,
|
|
"prefix": "",
|
|
"rsc": false,
|
|
"tsx": true
|
|
}
|
|
} |