Some checks failed
Push image to registry / build-image (push) Failing after 3m47s
21 lines
453 B
JSON
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"
|
|
}
|