File tree Expand file tree Collapse file tree 3 files changed +7822
-6301
lines changed
carrental-web/src/angular/carrental Expand file tree Collapse file tree 3 files changed +7822
-6301
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments