Skip to content

Commit

Permalink
Merge pull request #300 from holunda-io/festure/frontend_dep_upgrade
Browse files Browse the repository at this point in the history
Festure/frontend dep upgrade
  • Loading branch information
p-wunderlich authored Mar 25, 2024
2 parents fd17794 + 2ccf8c3 commit facb48a
Show file tree
Hide file tree
Showing 33 changed files with 15,419 additions and 14,483 deletions.
8 changes: 4 additions & 4 deletions components/approval/process-forms/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "example-process-approval:build",
"port": 4300,
"proxyConfig": "proxy-local.json"
"proxyConfig": "proxy-local.json",
"buildTarget": "example-process-approval:build"
},
"configurations": {
"production": {
"browserTarget": "example-process-approval:build:production"
"buildTarget": "example-process-approval:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "example-process-approval:build"
"buildTarget": "example-process-approval:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit facb48a

Please sign in to comment.