Files
zeroone/components.json
KM 6e4dc5e9db init
Initial mock up of the app
2024-01-22 12:03:56 +01:00

16 lines
345 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": false,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/index.css",
"baseColor": "zinc",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}