Skip to content

Commit 09e287c

Browse files
committed
migrated to Angular 17
1 parent c75e227 commit 09e287c

File tree

39 files changed

+3718
-2595
lines changed

39 files changed

+3718
-2595
lines changed

src/Client/Logistics.OfficeApp/angular.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
"builder": "@angular-devkit/build-angular:dev-server",
7373
"configurations": {
7474
"production": {
75-
"browserTarget": "Logistics.OfficeApp:build:production"
75+
"buildTarget": "Logistics.OfficeApp:build:production"
7676
},
7777
"development": {
78-
"browserTarget": "Logistics.OfficeApp:build:development"
78+
"buildTarget": "Logistics.OfficeApp:build:development"
7979
}
8080
},
8181
"defaultConfiguration": "development",
@@ -86,7 +86,7 @@
8686
"extract-i18n": {
8787
"builder": "@angular-devkit/build-angular:extract-i18n",
8888
"options": {
89-
"browserTarget": "Logistics.OfficeApp:build"
89+
"buildTarget": "Logistics.OfficeApp:build"
9090
}
9191
},
9292
"test": {

0 commit comments

Comments
 (0)