Skip to content

Commit

Permalink
Fix path to environment.prod.ts is angular config
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdiv committed Jan 10, 2025
1 parent e23c2df commit 39f3e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ vite.config.*.timestamp*
vitest.config.*.timestamp*

.env*
!.envrc
!.env.sample
4 changes: 2 additions & 2 deletions apps/spin-cycle-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
],
"fileReplacements": [
{
"replace": "environments/environment.ts",
"with": "environments/environment.prod.ts"
"replace": "apps/spin-cycle-client/src/environments/environment.ts",
"with": "apps/spin-cycle-client/src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
Expand Down

0 comments on commit 39f3e2f

Please sign in to comment.