komodo-cli 2.0.4 → 2.0.6
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.js
CHANGED
|
@@ -4,12 +4,10 @@ import {
|
|
|
4
4
|
analyzeHealth,
|
|
5
5
|
detectConflicts,
|
|
6
6
|
getInstalledPackages,
|
|
7
|
-
init_esm_shims,
|
|
8
7
|
loadState
|
|
9
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NTFP7K7V.js";
|
|
10
9
|
|
|
11
10
|
// src/index.ts
|
|
12
|
-
init_esm_shims();
|
|
13
11
|
import { Command } from "commander";
|
|
14
12
|
import chalk from "chalk";
|
|
15
13
|
import ora from "ora";
|
|
@@ -320,7 +318,7 @@ async function handleUI(projectPath) {
|
|
|
320
318
|
console.log();
|
|
321
319
|
console.log(chalk.hex("#b4ffb4").dim(" Starting dashboard..."));
|
|
322
320
|
try {
|
|
323
|
-
const { startServer } = await import("./server-
|
|
321
|
+
const { startServer } = await import("./server-SEUGSMGX.js");
|
|
324
322
|
await startServer(projectPath, port);
|
|
325
323
|
console.log(chalk.hex("#5aff5a")(` \u2713 Dashboard ready at ${chalk.bold(url)}`));
|
|
326
324
|
console.log();
|
|
@@ -439,7 +437,7 @@ program.command("ui").description("Open the visual dashboard").option("-p, --pat
|
|
|
439
437
|
const url = `http://localhost:${port}`;
|
|
440
438
|
console.log(chalk.dim(" Starting dashboard..."));
|
|
441
439
|
try {
|
|
442
|
-
const { startServer } = await import("./server-
|
|
440
|
+
const { startServer } = await import("./server-SEUGSMGX.js");
|
|
443
441
|
await startServer(options.path, port);
|
|
444
442
|
console.log();
|
|
445
443
|
console.log(chalk.green(` \u2713 Dashboard ready at ${chalk.bold(url)}`));
|