File tree Expand file tree Collapse file tree 3 files changed +4051
-5622
lines changed
Expand file tree Collapse file tree 3 files changed +4051
-5622
lines changed Original file line number Diff line number Diff line change 116116 "serve" : {
117117 "builder" : " @angular-devkit/build-angular:dev-server" ,
118118 "options" : {
119- "browserTarget " : " playground:build " ,
120- "host " : " 0.0.0.0 "
119+ "host " : " 0.0.0.0 " ,
120+ "buildTarget " : " playground:build "
121121 },
122122 "configurations" : {
123123 "production" : {
124- "browserTarget " : " playground:build"
124+ "buildTarget " : " playground:build"
125125 },
126126 "local" : {
127- "browserTarget " : " playground:build:local " ,
128- "proxyConfig " : " projects/ playground/src/proxy.conf.json "
127+ "proxyConfig " : " projects/ playground/src/proxy.conf.json " ,
128+ "buildTarget " : " playground:build:local "
129129 }
130130 }
131131 },
132132 "extract-i18n" : {
133133 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
134134 "options" : {
135- "browserTarget " : " playground:build"
135+ "buildTarget " : " playground:build"
136136 }
137137 },
138138 "test" : {
You can’t perform that action at this time.
0 commit comments