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/{chunk-AATWR2UA.mjs → chunk-WXPDPMTW.mjs} +3 -3
- package/dist/{chunk-AATWR2UA.mjs.map → chunk-WXPDPMTW.mjs.map} +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
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({
|