View on GitHub

guides

Per-environment constants

Background

It’s often necessary to bake some environment-specific information (api keys, urls, etc.) into our frontend builds. This is how we do it.

Rules