Nachhilfesystem24/web/components.json
KoCoder 9d72e3443b
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 1m25s
Bulk-commit
2024-10-26 08:43:37 +02:00

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
}
}