create-kofi-stack 2.1.0 → 2.1.1
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -449,7 +449,7 @@ async function generateProject(config, options = {}) {
|
|
|
449
449
|
} catch {
|
|
450
450
|
spinner.warn("Failed to install dependencies. Run pnpm install manually.");
|
|
451
451
|
}
|
|
452
|
-
const shadcnDir = config.structure === "monorepo" ? path2.join(config.targetDir, "
|
|
452
|
+
const shadcnDir = config.structure === "monorepo" ? path2.join(config.targetDir, "apps/web") : config.targetDir;
|
|
453
453
|
const presetUrl = buildShadcnPresetUrl(config);
|
|
454
454
|
spinner.start("Initializing shadcn/ui...");
|
|
455
455
|
try {
|