Skip to content

fix(cli): honor configured gateway port#188

Open
MicroMilo wants to merge 1 commit into
OpenBMB:mainfrom
MicroMilo:codex/honor-configured-gateway-port
Open

fix(cli): honor configured gateway port#188
MicroMilo wants to merge 1 commit into
OpenBMB:mainfrom
MicroMilo:codex/honor-configured-gateway-port

Conversation

@MicroMilo

Copy link
Copy Markdown

Summary

  • use gateway.port from the loaded config snapshot when no CLI --port or PILOTDECK_GATEWAY_PORT is provided
  • preserve existing precedence: CLI flag, environment variable, config, default 18789

Verification

  • npm exec -- tsc --noEmit -p tsconfig.json

Notes

This is a real config/runtime mismatch: gateway.port was parsed into the config snapshot but the server startup path ignored it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant