Files
resume-reformer/vendor/oh-my-cv/site/components.json
T
2026-07-27 00:56:18 +03:30

18 lines
395 B
JSON

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