diff --git a/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts b/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts index ada30ad4..ad9a9850 100644 --- a/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts +++ b/packages/pockethost/src/cli/commands/MothershipCommand/ServeCommand/mothership.ts @@ -84,5 +84,5 @@ export async function mothership(cfg: MothershipConfig) { args.push(`--dev`) } dbg(`args`, args) - bot.run(args, { env }) + bot.run(args, { env, cwd: _MOTHERSHIP_APP_ROOT() }) }