@nuxt/cli-nightly 4.0.0-20260824-190836-dfdcf73 → 4.0.0-20260824-191301-dfdcf73
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.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as runCommand$1, r as runMain$1, t as defineCommand } from "./dist-BHScxwnh.mjs";
|
|
2
|
-
import { i as version, r as name, t as description } from "./package-
|
|
2
|
+
import { i as version, r as name, t as description } from "./package-DfnnU_HX.mjs";
|
|
3
3
|
import { a as globalCwdArgs, t as cwdArgs } from "./_shared-OF10mGcK.mjs";
|
|
4
4
|
import { C as logger, a as setupGlobalConsole, x as debug } from "./console-LozpSk5B.mjs";
|
|
5
5
|
import { n as warnOnHang } from "./hang-Bxz5G4z4.mjs";
|
|
@@ -25,7 +25,7 @@ const commands = Object.assign(Object.create(null), {
|
|
|
25
25
|
"devtools": () => import("./devtools-gkrsI7KT.mjs").then(_rDefault),
|
|
26
26
|
"docs": () => import("./docs-DzgWYiWr.mjs").then(_rDefault),
|
|
27
27
|
"generate": () => import("./generate-DmpHSYQP.mjs").then(_rDefault),
|
|
28
|
-
"info": () => import("./info-
|
|
28
|
+
"info": () => import("./info-LgCpvQEV.mjs").then(_rDefault),
|
|
29
29
|
"init": () => import("./init-nCDQ39hE.mjs").then(_rDefault),
|
|
30
30
|
"module": () => import("./module-QfBsK4TZ.mjs").then(_rDefault),
|
|
31
31
|
"prepare": () => import("./prepare-BBcJaCJF.mjs").then((n) => n.n).then(_rDefault),
|
|
@@ -178,7 +178,7 @@ const _main = defineCommand({
|
|
|
178
178
|
setCurrentCommand(command);
|
|
179
179
|
setupGlobalConsole({ dev: command === "dev" });
|
|
180
180
|
if (command && command !== "_dev" && provider !== "stackblitz") {
|
|
181
|
-
await import("./engines-
|
|
181
|
+
await import("./engines-g1WiEo0B.mjs").then(({ checkEngines }) => checkEngines()).catch((err) => logger.error(String(err)));
|
|
182
182
|
import("./console-LozpSk5B.mjs").then((n) => n.p).then(({ resolveProjectDir }) => scheduleUpdateNudge(resolveProjectDir(ctx.args), command)).catch((err) => debug("Failed to check for updates:", err));
|
|
183
183
|
}
|
|
184
184
|
if (command === "add" && ctx.rawArgs[1] && templateNames.includes(ctx.rawArgs[1])) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as defineCommand } from "./dist-BHScxwnh.mjs";
|
|
2
|
-
import { i as version } from "./package-
|
|
2
|
+
import { i as version } from "./package-DfnnU_HX.mjs";
|
|
3
3
|
import { l as rootDirArgs } from "./_shared-OF10mGcK.mjs";
|
|
4
4
|
import { C as logger, f as tryResolveNuxt, g as resolveRootDir, o as withDirectStdout } from "./console-LozpSk5B.mjs";
|
|
5
5
|
import { n as formatInfoBox } from "./formatting-DwIOb1Eu.mjs";
|