shadcn-vue/packages/cli/test/fixtures/project-src/components.json
2023-09-06 10:59:42 +08:00

8 lines
160 B
JSON

{
"components": "src/components",
"ui": "src/ui",
"styles": "src/styles/main.css",
"utils": "src/lib/cn.ts",
"tailwindConfig": "tailwind.config.ts"
}