mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-06 00:58:49 +00:00
chore(pockethost): fix instance app path
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user