mirror of
https://github.com/unraid/api.git
synced 2026-01-02 06:30:02 -06:00
20 lines
430 B
JSON
20 lines
430 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "default",
|
|
"typescript": true,
|
|
"tsConfigPath": "./tsconfig.json",
|
|
"tailwind": {
|
|
"config": "./tailwind.config.js",
|
|
"css": "./src/styles/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"framework": "vite",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"types": "@/types"
|
|
}
|
|
}
|