Skip to content

Commit

Permalink
Merge pull request #63 from Dangl-IT/feature/update-angular-to-v17
Browse files Browse the repository at this point in the history
Feature/update angular to v17
  • Loading branch information
GeorgDangl authored May 10, 2024
2 parents 980890e + bda22ac commit cbbde24
Show file tree
Hide file tree
Showing 35 changed files with 30,402 additions and 23,906 deletions.
17 changes: 0 additions & 17 deletions src/client/dangl-opencde-client-ui/.browserslistrc

This file was deleted.

8 changes: 4 additions & 4 deletions src/client/dangl-opencde-client-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "dangl-opencde-client-ui:build:production"
"buildTarget": "dangl-opencde-client-ui:build:production"
},
"development": {
"browserTarget": "dangl-opencde-client-ui:build:development",
"port": 4201
"port": 4201,
"buildTarget": "dangl-opencde-client-ui:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "dangl-opencde-client-ui:build"
"buildTarget": "dangl-opencde-client-ui:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit cbbde24

Please sign in to comment.