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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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, "packages/ui") : 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kofi-stack",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Scaffold opinionated full-stack projects with Next.js, Convex, Better-Auth, and more",
5
5
  "type": "module",
6
6
  "bin": {