Skip to content

Commit

Permalink
Merge branch 'collaudo' into produzione
Browse files Browse the repository at this point in the history
  • Loading branch information
federico committed Oct 18, 2024
2 parents 29f2ac9 + 170b8a3 commit 336a625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ Thumbs.db

# ESLint cache
.eslintcache

/src/environments/deploy.environment.stage.ts
/src/environments/deploy.environment.prod.ts
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.stage.ts"
"with": "src/environments/deploy.environment.stage.ts"
}
],
"outputHashing": "all"
Expand All @@ -88,7 +88,7 @@
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
"with": "src/environments/deploy.environment.prod.ts"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 336a625

Please sign in to comment.