Skip to content

Commit

Permalink
AUS-4266 Fix 'browserTarget' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 24, 2024
1 parent f4fa181 commit b3e494a
Showing 1 changed file with 4 additions and 4 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

0 comments on commit b3e494a

Please sign in to comment.