Closed
Description
This section in the README.md
file:
You can also add your own env files other than dev and prod by creating a src/client/app/environment.{NAME}.ts and use them by using the --env=NAME flag on the build/serve commands.
Point out that we should putting the environment file under the src/app
folder when I did that it complained about no file config/environment.{NAME}.ts
, and when I moved the file there it worked correctly.