Skip to content

Commit

Permalink
chore: Update to Angular 19
Browse files Browse the repository at this point in the history
  • Loading branch information
zusorio committed Nov 26, 2024
1 parent 6489656 commit 3ae24d8
Show file tree
Hide file tree
Showing 111 changed files with 3,725 additions and 2,830 deletions.
6 changes: 3 additions & 3 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:application",
"builder": "@angular/build:application",
"options": {
"outputPath": "dist/capellacollab",
"index": "src/index.html",
Expand Down Expand Up @@ -98,7 +98,7 @@
"defaultConfiguration": "production"
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"builder": "@angular/build:dev-server",
"configurations": {
"production": {
"buildTarget": "capellacollab:build:production"
Expand All @@ -113,7 +113,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"builder": "@angular/build:extract-i18n",
"options": {
"buildTarget": "capellacollab:build"
}
Expand Down
Loading

0 comments on commit 3ae24d8

Please sign in to comment.