Skip to content

Commit b6d7927

Browse files
committed
feat: angular 18 update
1 parent db5bf0d commit b6d7927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/angular/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
"serve": {
8989
"builder": "@angular-devkit/build-angular:dev-server",
9090
"options": {
91-
"browserTarget": "testproject:build"
91+
"buildTarget": "testproject:build"
9292
},
9393
"configurations": {
9494
"production": {
95-
"browserTarget": "testproject:build:production"
95+
"buildTarget": "testproject:build:production"
9696
},
9797
"de": {
98-
"browserTarget": "testproject:build:de"
98+
"buildTarget": "testproject:build:de"
9999
}
100100
}
101101
},

0 commit comments

Comments
 (0)