Skip to content

Commit

Permalink
chore:[#511] add start script for umbrella environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 23, 2024
1 parent 51a9eb9 commit f4b4322
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
}
]
},
"localUmbrella": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.localUmbrella.ts"
}
]
},
"production": {
"fileReplacements": [
{
Expand Down Expand Up @@ -212,6 +220,9 @@
},
"debugProd": {
"browserTarget": "trace-x:build:dev,debugProd"
},
"localUmbrella": {
"browserTarget": "trace-x:build:dev,localUmbrella"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"start:auth:mock": "ng serve --configuration=authMock",
"start:auth:local": "ng serve --configuration=authLocal",
"start:auth:localBe": "ng serve --configuration=localBackend",
"start:auth:localUmbrella": "ng serve --configuration=localUmbrella",
"start:noAuth:localBe": "ng serve --configuration=localBackendNoAuth",
"env:mock": "docker-compose up",
"test": "ng test",
Expand Down

0 comments on commit f4b4322

Please sign in to comment.