kindflow 0.2.0 → 0.3.0

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.
@@ -830,10 +830,10 @@ var MAX_RESTART_DELAY = 6e4;
830
830
  var HEALTH_CHECK_INTERVAL = 3e4;
831
831
  var resolveEntryScript = (runnersDir, isDev, type, helperKind) => {
832
832
  const runnerMap = {
833
- agent: { dev: "agent-runner/src/entry.ts", cli: "agent-runner.mjs" },
834
- cron: { dev: "cron-runner/src/entry.ts", cli: "cron-runner.mjs" },
835
- "email-imap": { dev: "imap-runner/src/entry.ts", cli: "imap-runner.mjs" },
836
- telegram: { dev: "telegram-runner/src/entry.ts", cli: "telegram-runner.mjs" }
833
+ agent: { dev: "agent-runner/src/entry.ts", cli: "agent-runner.js" },
834
+ cron: { dev: "cron-runner/src/entry.ts", cli: "cron-runner.js" },
835
+ "email-imap": { dev: "imap-runner/src/entry.ts", cli: "imap-runner.js" },
836
+ telegram: { dev: "telegram-runner/src/entry.ts", cli: "telegram-runner.js" }
837
837
  };
838
838
  const key = type === "agent" ? "agent" : helperKind;
839
839
  const entry = key ? runnerMap[key] : void 0;
@@ -1139,6 +1139,7 @@ var createWebServer = (options) => {
1139
1139
  let child = null;
1140
1140
  const candidates = [
1141
1141
  resolve2(options.webAppDir, "standalone", "server.js"),
1142
+ resolve2(options.webAppDir, "standalone", "apps", "web", "server.js"),
1142
1143
  resolve2(options.webAppDir, ".next", "standalone", "server.js"),
1143
1144
  resolve2(options.webAppDir, ".next", "standalone", "apps", "web", "server.js")
1144
1145
  ];
@@ -3131,4 +3132,4 @@ export {
3131
3132
  resolvePaths,
3132
3133
  startDaemon
3133
3134
  };
3134
- //# sourceMappingURL=chunk-UGIMNC7O.js.map
3135
+ //# sourceMappingURL=chunk-Z3MYKB53.js.map