bunkit-cli 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26992,11 +26992,11 @@ async function setupShadcnMonorepo(projectPath, context) {
|
|
|
26992
26992
|
},
|
|
26993
26993
|
iconLibrary: "lucide",
|
|
26994
26994
|
aliases: {
|
|
26995
|
-
components: "
|
|
26995
|
+
components: "./src/components",
|
|
26996
|
+
ui: "./src/components/ui",
|
|
26996
26997
|
utils: "@/lib/utils",
|
|
26997
26998
|
hooks: "@/hooks",
|
|
26998
|
-
lib: "@/lib"
|
|
26999
|
-
ui: "@/components/ui"
|
|
26999
|
+
lib: "@/lib"
|
|
27000
27000
|
}
|
|
27001
27001
|
};
|
|
27002
27002
|
await writeFile(join(projectPath, "packages/ui/components.json"), JSON.stringify(uiComponentsJson, null, 2));
|