create-nextly-app 0.0.2-alpha.16 → 0.0.2-alpha.18

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.cjs CHANGED
@@ -24637,7 +24637,7 @@ async function createNextly(options = {}) {
24637
24637
  let projectType;
24638
24638
  if (options.projectType) {
24639
24639
  projectType = options.projectType;
24640
- } else if (defaults) {
24640
+ } else if (defaults || existingProject) {
24641
24641
  projectType = "blank";
24642
24642
  } else {
24643
24643
  const template = await Jt({