create-nextly-app 0.0.2-alpha.17 → 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
|
@@ -28589,7 +28589,7 @@ async function createNextly(options = {}) {
|
|
|
28589
28589
|
let projectType;
|
|
28590
28590
|
if (options.projectType) {
|
|
28591
28591
|
projectType = options.projectType;
|
|
28592
|
-
} else if (defaults) {
|
|
28592
|
+
} else if (defaults || existingProject) {
|
|
28593
28593
|
projectType = "blank";
|
|
28594
28594
|
} else {
|
|
28595
28595
|
const template = await Jt({
|
|
@@ -28863,5 +28863,5 @@ async function createNextly(options = {}) {
|
|
|
28863
28863
|
*/
|
|
28864
28864
|
|
|
28865
28865
|
export { __commonJS, __require, __toESM, capture, createNextly, init, resolveProjectArg, shutdown, validateProjectName };
|
|
28866
|
-
//# sourceMappingURL=chunk-
|
|
28867
|
-
//# sourceMappingURL=chunk-
|
|
28866
|
+
//# sourceMappingURL=chunk-WXPDPMTW.mjs.map
|
|
28867
|
+
//# sourceMappingURL=chunk-WXPDPMTW.mjs.map
|