Skip to content

Commit

Permalink
Update angular.json
Browse files Browse the repository at this point in the history
Fix: Build issue with production replacements
Closes #63
  • Loading branch information
tiadams authored Aug 30, 2024
1 parent af31783 commit df17267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
"with": "src/environments/environment.production.ts"
}
],
"budgets": [
Expand Down

0 comments on commit df17267

Please sign in to comment.