@schoolai/shipyard 3.2.3-rc.20260422.1 → 3.2.3-rc.20260422.3

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
@@ -106,7 +106,7 @@ async function handleSubcommand() {
106
106
  return true;
107
107
  }
108
108
  if (subcommand === "start") {
109
- const { startCommand } = await import("./start-FONQGWYX.js");
109
+ const { startCommand } = await import("./start-NH5IIB6O.js");
110
110
  await startCommand();
111
111
  return true;
112
112
  }
@@ -123,7 +123,7 @@ async function main() {
123
123
  const args = parseCliArgs();
124
124
  if (args.serve) {
125
125
  await loadAuthFromConfig(env);
126
- const { serve } = await import("./serve-KNOYKFPQ.js");
126
+ const { serve } = await import("./serve-ZAI7K2HR.js");
127
127
  return serve({ isDev: env.SHIPYARD_DEV });
128
128
  }
129
129
  logger.error("Use `shipyard start` to run the daemon. Use --help for usage.");