Skip to content

Commit

Permalink
Merge pull request #452 from AuScope/AUS-4266
Browse files Browse the repository at this point in the history
AUS-4266 Upgrade to Angular 18
  • Loading branch information
jia020 authored Nov 7, 2024
2 parents a4b40a9 + dcfdc37 commit 7562a92
Show file tree
Hide file tree
Showing 8 changed files with 5,765 additions and 3,165 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@
"serve": {
"builder": "@angular-builders/custom-webpack:dev-server",
"options": {
"browserTarget": "project:build",
"buildTarget": "project:build",
"proxyConfig": "./proxy.conf.json"
},
"configurations": {
"audev": {
"browserTarget": "project:build:audev"
"buildTarget": "project:build:audev"
},
"production": {
"browserTarget": "project:build:production"
"buildTarget": "project:build:production"
},
"development": {
"browserTarget": "project:build:development"
"buildTarget": "project:build:development"
}
},
"defaultConfiguration": "development"
Expand Down
Loading

0 comments on commit 7562a92

Please sign in to comment.