mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(pockethost): create data root if not exists
This commit is contained in:
parent
e61164e9f3
commit
89264631ea
@ -114,7 +114,7 @@ export const SETTINGS = {
|
||||
MOTHERSHIP_SEMVER: mkString('*'),
|
||||
|
||||
INITIAL_PORT_POOL_SIZE: mkNumber(20),
|
||||
DATA_ROOT: mkPath(join(_PH_HOME, 'data')),
|
||||
DATA_ROOT: mkPath(join(_PH_HOME, 'data'), { create: true }),
|
||||
NODE_ENV: mkString(`production`),
|
||||
IS_DEV: mkBoolean(_IS_DEV),
|
||||
TRACE: mkBoolean(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user