mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(pockethost): create home dir
This commit is contained in:
parent
ff70824b6b
commit
aa228303cb
@ -83,7 +83,7 @@ export const SETTINGS = {
|
||||
PH_PLUGINS: mkCsvString([`@pockethost/plugin-console-logger`]),
|
||||
UPGRADE_MODE: mkBoolean(false),
|
||||
|
||||
PH_HOME: mkPath(_PH_HOME),
|
||||
PH_HOME: mkPath(_PH_HOME, { create: true }),
|
||||
PH_PROJECT_ROOT: mkPath(_PH_PROJECT_ROOT),
|
||||
|
||||
DEBUG: mkBoolean(_IS_DEV),
|
||||
|
Loading…
x
Reference in New Issue
Block a user