Skip to content

Configure Environment

Stupid edited this page Mar 29, 2020 · 8 revisions

Since we're using nx to manage our repo, we have an environments folder under each app, like lucas.

Development

Production

We use the fileReplacement feature of nx to replace the env file with another in production env. E.g. you can find the configuration for lucas in workspace.json

Clone this wiki locally