Files
mir-godot/desktop/template/components.json
makeyangcom 03d44f4c48 3.0.0
2024-04-06 15:11:32 +08:00

16 lines
397 B
JSON

{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/css/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "@/component",
"utils": "@/package/lib/utils"
}
}