komodo-cli 2.0.2 → 2.0.4

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