zephyr-frontend/components.json
2024-12-25 16:21:36 +08:00

19 lines
402 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tsConfigPath": "./tsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"framework": "vite",
"aliases": {
"components": "~/components",
"utils": "~/lib/utils"
}
}