@bayou/config-common

Subcomponent of the Bayou project.

Usage no npm install needed!

<script type="module">
  import bayouConfigCommon from 'https://cdn.skypack.dev/@bayou/config-common';
</script>

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).