nodecraft / spawnpoint

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

Closed mja00 closed 1 year ago

mja00 commented 1 year ago

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.