mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: mothership launch cwd
This commit is contained in:
parent
56e8d583fc
commit
2d44353ee6
@ -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() })
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user