Fix Quartz port not being passed correctly

When CLI options --port/--ws-port were not provided, nil values were
being explicitly passed to Server.start_link, which caused Keyword.get
to return nil instead of the default. Now we only include port options
in the keyword list if they have actual values.
This commit is contained in:
Ignacio Ballesteros
2026-02-21 21:50:13 +01:00
parent 87fd311005
commit 11ab8336e4
2 changed files with 1147 additions and 7 deletions

File diff suppressed because it is too large Load Diff