Skip to content

Commit

Permalink
feat: ng17
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuioli committed May 6, 2024
1 parent 058993c commit 02ee4c9
Show file tree
Hide file tree
Showing 7 changed files with 3,647 additions and 4,378 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,20 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "codize-afip:build:production",
"proxyConfig": "src/proxy.conf.json"
"proxyConfig": "src/proxy.conf.json",
"buildTarget": "codize-afip:build:production"
},
"development": {
"browserTarget": "codize-afip:build:development",
"proxyConfig": "src/proxy.conf.json"
"proxyConfig": "src/proxy.conf.json",
"buildTarget": "codize-afip:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "codize-afip:build"
"buildTarget": "codize-afip:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 02ee4c9

Please sign in to comment.