adhdev 0.5.0 → 0.5.1
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/cli-entrypoint.js +4 -4
- package/dist/cli-entrypoint.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli-entrypoint.js
CHANGED
|
@@ -29409,7 +29409,7 @@ async function startDaemonFlow() {
|
|
|
29409
29409
|
const { isDaemonRunning: isDaemonRunning2 } = await Promise.resolve().then(() => (init_adhdev_daemon(), adhdev_daemon_exports));
|
|
29410
29410
|
if (isDaemonRunning2()) {
|
|
29411
29411
|
console.log(import_chalk2.default.green(" \u2713 Daemon is already running"));
|
|
29412
|
-
console.log(import_chalk2.default.gray(" Dashboard: https://
|
|
29412
|
+
console.log(import_chalk2.default.gray(" Dashboard: https://adhf.dev/dashboard\n"));
|
|
29413
29413
|
return;
|
|
29414
29414
|
}
|
|
29415
29415
|
const { startDaemon } = await import_inquirer.default.prompt([
|
|
@@ -29444,11 +29444,11 @@ async function startDaemonFlow() {
|
|
|
29444
29444
|
await new Promise((r) => setTimeout(r, 2e3));
|
|
29445
29445
|
if (isDaemonRunning2()) {
|
|
29446
29446
|
daemonSpinner.succeed("Daemon started");
|
|
29447
|
-
console.log(import_chalk2.default.gray(" Dashboard: https://
|
|
29447
|
+
console.log(import_chalk2.default.gray(" Dashboard: https://adhf.dev/dashboard"));
|
|
29448
29448
|
console.log(import_chalk2.default.gray(` Logs: ${logPath}`));
|
|
29449
29449
|
} else {
|
|
29450
29450
|
daemonSpinner.succeed("Daemon starting in background");
|
|
29451
|
-
console.log(import_chalk2.default.gray(" Dashboard: https://
|
|
29451
|
+
console.log(import_chalk2.default.gray(" Dashboard: https://adhf.dev/dashboard"));
|
|
29452
29452
|
console.log(import_chalk2.default.gray(` Logs: ${logPath}`));
|
|
29453
29453
|
}
|
|
29454
29454
|
console.log();
|
|
@@ -29601,7 +29601,7 @@ program.command("launch [target]").description("Launch IDE with CDP or start CLI
|
|
|
29601
29601
|
console.log(` ${import_chalk3.default.bold("Dir:")} ${workingDir}`);
|
|
29602
29602
|
console.log(` ${import_chalk3.default.bold("Mode:")} via running daemon`);
|
|
29603
29603
|
console.log();
|
|
29604
|
-
console.log(import_chalk3.default.gray(" Open dashboard: https://
|
|
29604
|
+
console.log(import_chalk3.default.gray(" Open dashboard: https://adhf.dev/dashboard"));
|
|
29605
29605
|
console.log();
|
|
29606
29606
|
} else {
|
|
29607
29607
|
spinner2.stop();
|