Closed
Description
Once #133 lands it means that there is less reason for users to manually run start
. One reason that will remain however is if they wish to pass custom configuration to the server. e.g.:
app.server.start({ port: '1234' })
We should have a more gradual api that doesn't force the user to take on start
just because they want to configure something. e.g.:
app.server.configure({ port: '1234' })