Port Override
osilkin98 opened this issue · 1 comments
osilkin98 commented
I would like to override which port the server runs on, which appears to be 8080
by default.
I can see that it's being set from some __ALEPH_SERVER
entry with Reflect, but I'd like to be able to override this either through env or as a commandline argument.
osilkin98 commented
Never mind, there is a port
property which sets this in the ServerOptions
object in server.tsx