fix: mothership launch cwd

This commit is contained in:
Ben Allfree 2024-10-17 08:56:27 +00:00
parent 56e8d583fc
commit 2d44353ee6

View File

@ -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() })
}