Skip to content

Instantly share code, notes, and snippets.

@saniyusuf
Created November 13, 2020 20:32
Show Gist options
  • Save saniyusuf/3e62516d95885e9edc9cb042506d605f to your computer and use it in GitHub Desktop.
Save saniyusuf/3e62516d95885e9edc9cb042506d605f to your computer and use it in GitHub Desktop.
"configurations": {
"production": { ... },
"staging": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.staging.ts"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment