Files
DatBrowser/components.json
Matthias Guillitte 070235e011
Some checks failed
Push image to registry / build-image (push) Failing after 3m47s
Added jobRuns on the job page
2025-03-15 17:44:30 +01:00

21 lines
453 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "resources/css/app.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/Components",
"composables": "@/composables",
"utils": "@/lib/utils",
"ui": "@/Components/ui",
"lib": "@/lib"
},
"iconLibrary": "lucide"
}