ultracontext 1.4.8 → 1.4.10

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.
@@ -315,11 +315,11 @@ async function launchSyncDaemon() {
315
315
  });
316
316
  }
317
317
  async function runCtlSDK() {
318
- const { runCtl } = await import("../ctl-BPcsPWK8.mjs");
318
+ const { runCtl } = await import("../ctl-CXfNEPN8.mjs");
319
319
  await runCtl();
320
320
  }
321
321
  async function launchTui() {
322
- const { tuiBoot } = await import("../tui-BqBVUYgD.mjs");
322
+ const { tuiBoot } = await import("../tui-tDv_fHC2.mjs");
323
323
  await tuiBoot({ assetsRoot: path.resolve(__dirname, "..", "..") });
324
324
  }
325
325
  async function run() {
@@ -2112,7 +2112,7 @@ async function daemonBoot({ createStore, resolveDbPath }) {
2112
2112
 
2113
2113
  //#endregion
2114
2114
  //#region src/cli/sdk-sync.mjs
2115
- daemonBoot({
2115
+ if (process.argv.includes("--daemon")) daemonBoot({
2116
2116
  createStore,
2117
2117
  resolveDbPath
2118
2118
  });