mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore(pockethost): fix instance app path
This commit is contained in:
parent
5f2d82f131
commit
b3c9fea3a8
@ -49,7 +49,7 @@ export const _MOTHERSHIP_APP_ROOT = (...paths: string[]) =>
|
||||
|
||||
export const _INSTANCE_APP_ROOT = (...paths: string[]) =>
|
||||
join(
|
||||
process.env.PH_INSTANCE_APP_ROOT || join(__dirname, 'mothership-app'),
|
||||
process.env.PH_INSTANCE_APP_ROOT || join(__dirname, 'instance-app'),
|
||||
...paths,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user