Package Exports
- simple-app-config
- simple-app-config/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-app-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
simple-app-config
A lightweight module for setting up application configuration using environment variables and config files based on the environment.
This module helps with the following things are kind of a pain:
- Writing boilerplate code for fetching environment variables and converting them to common data types
- Managing configurations for different environments