mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
fix(cli): Fix database keyword-args issue
This commit is contained in:
@@ -36,7 +36,7 @@ export const PB_KWARGS = [
|
||||
`--dir=${PB_DATA_DIR}`,
|
||||
`--migrationsDir=${PB_MIGRATIONS_DIR}`,
|
||||
'--automigrate=0',
|
||||
`--http ${PB_URL || 'localhost:8090'}`
|
||||
`--http=${PB_URL || 'localhost:8090'}`
|
||||
]
|
||||
|
||||
// Straightaway exit if PB_DIR is not accessible (skip in Docker mode)
|
||||
|
||||
Reference in New Issue
Block a user