Skip to content

Instantly share code, notes, and snippets.

@anddam
Created December 18, 2020 15:32
Show Gist options
  • Save anddam/97b4fd122864cb3a5c6562d7372dbca1 to your computer and use it in GitHub Desktop.
Save anddam/97b4fd122864cb3a5c6562d7372dbca1 to your computer and use it in GitHub Desktop.
configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "src/assets/settings.json",
"with": "src/assets/settings.prod.json"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment