Skip to content

Commit

Permalink
Merge pull request #62 from SCAI-BIO/fix-angular_production_url
Browse files Browse the repository at this point in the history
Fix Angular production rul
  • Loading branch information
mehmetcanay authored Aug 22, 2024
2 parents e853e87 + e8bf1d1 commit e8b3fa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"budgets": [
{
"type": "initial",
Expand Down

0 comments on commit e8b3fa9

Please sign in to comment.