mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-08 13:52:31 +00:00
fix: Don't require build root at this time
This commit is contained in:
parent
faabb394cd
commit
c38896fd28
@ -31,7 +31,7 @@ console.log({ _PH_HOME, _PH_PROJECT_ROOT, _PH_BUILD_ROOT })
|
|||||||
export const SETTINGS = {
|
export const SETTINGS = {
|
||||||
PH_HOME: mkPath(_PH_HOME),
|
PH_HOME: mkPath(_PH_HOME),
|
||||||
PH_PROJECT_ROOT: mkPath(_PH_PROJECT_ROOT),
|
PH_PROJECT_ROOT: mkPath(_PH_PROJECT_ROOT),
|
||||||
PH_BUILD_ROOT: mkPath(_PH_BUILD_ROOT),
|
PH_BUILD_ROOT: mkPath(_PH_BUILD_ROOT, { required: false }),
|
||||||
|
|
||||||
DEBUG: mkBoolean(false),
|
DEBUG: mkBoolean(false),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user