liquid-labs / plugable-express

0 stars 1 forks source link

Simplify `startServer` and fix minor issues in `appInit()` #215

Closed zanerock closed 12 months ago

zanerock commented 12 months ago

Overview

We support overriding key locations and such with environment variables so all the command line arg processing is not necessary. Let's simplify startServer to reflect this.

Also, in appInit(), create a Reporter if not passed in and fix call to PLUGABLE_REGISTRY.

Deliverables

zanerock commented 12 months ago

Work for this issue will begin begin on branch work-liquid-labs/plugable-express/215.