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

9 lines
179 B
JSON

{
"tailwindConfig": "./tailwind.config.ts",
"importPaths": {
"styles": "~/styles/globals.css",
"utils:cn": "~/lib/cn.ts",
"components:ui": "~/components/ui"
}
}