Skip to content

Commit

Permalink
use environment.prod.ts as env
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Nov 3, 2024
1 parent 1b43819 commit f6aec70
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"glob": "**/*",
"input": "public"
},
},
"src/assets"
],
"styles": [
Expand All @@ -51,6 +51,12 @@
"maximumError": "4kB"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand Down Expand Up @@ -106,4 +112,4 @@
}
}
}
}
}

0 comments on commit f6aec70

Please sign in to comment.