@bayou/config-common
v1.3.0
Published
Subcomponent of the Bayou project.
Downloads
22
Readme
@bayou/config-common
This module contains convenient accessors (and documentation) for all the injected configuration that is required on both client and server sides of the system.
Note: The implementation of this module intentionally defers grabbing injected configuration until the moment of use, so as to give the main application the maximum possible amount of time and leeway to set things up.
TODO: This module is extremely boilerplate-y, and should instead be
table-driven by utility functionality in @bayou/injecty
(to be written).