Agnostic JS framework that empowers devs to focus on quickly building apps, rather than application config, structure, health-checks, or architecture to build a 12 factor app in Docker.
MIT License
8
stars
5
forks
source link
feat: add app.setup.configOverridden event when config is overridden #85
This fires a new event called app.setup.configOverridden when a config override is set and successfully overrides any values. This then can be used by the app however wanted.
This fires a new event called
app.setup.configOverridden
when a config override is set and successfully overrides any values. This then can be used by the app however wanted.