betterstart-cli 0.0.66 → 0.0.67

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/cli.js CHANGED
@@ -279,7 +279,7 @@ function runCommand(pm, script) {
279
279
  function createNextAppCommand(pm) {
280
280
  switch (pm) {
281
281
  case "pnpm":
282
- return { bin: "pnpm", prefix: ["create", "next-app@latest"] };
282
+ return { bin: "pnpm", prefix: ["dlx", "create-next-app@latest"] };
283
283
  case "yarn":
284
284
  return { bin: "yarn", prefix: ["create", "next-app@latest"] };
285
285
  case "bun":