Skip to content

Commit b1df3df

Browse files
committed
feat: update
1 parent dcc71ef commit b1df3df

File tree

3 files changed

+7822
-6301
lines changed

3 files changed

+7822
-6301
lines changed

carrental-web/src/angular/carrental/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@
8787
"serve": {
8888
"builder": "@angular-devkit/build-angular:dev-server",
8989
"options": {
90-
"browserTarget": "testproject:build"
90+
"buildTarget": "testproject:build"
9191
},
9292
"configurations": {
9393
"production": {
94-
"browserTarget": "testproject:build:production"
94+
"buildTarget": "testproject:build:production"
9595
},
9696
"en": {
97-
"browserTarget": "testproject:build:en"
97+
"buildTarget": "testproject:build:en"
9898
}
9999
}
100100
},
101101
"extract-i18n": {
102102
"builder": "@angular-devkit/build-angular:extract-i18n",
103103
"options": {
104-
"browserTarget": "testproject:build"
104+
"buildTarget": "testproject:build"
105105
}
106106
},
107107
"test": {

0 commit comments

Comments
 (0)