You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.