File tree Expand file tree Collapse file tree 4 files changed +226
-1912
lines changed
projects/playground/src/config/local Expand file tree Collapse file tree 4 files changed +226
-1912
lines changed Original file line number Diff line number Diff line change 117117 "serve" : {
118118 "builder" : " @angular-devkit/build-angular:dev-server" ,
119119 "options" : {
120- "browserTarget" : " playground:build"
120+ "browserTarget" : " playground:build" ,
121+ "host" : " 0.0.0.0"
121122 },
122123 "configurations" : {
123124 "production" : {
151152 }
152153 },
153154 "e2e" : {
154- "builder" : " @briebug/ cypress- schematic:cypress" ,
155+ "builder" : " @cypress/ schematic:cypress" ,
155156 "options" : {
156157 "devServerTarget" : " playground:serve:local" ,
157158 "watch" : true ,
164165 }
165166 },
166167 "cypress-run" : {
167- "builder" : " @briebug/ cypress- schematic:cypress" ,
168+ "builder" : " @cypress/ schematic:cypress" ,
168169 "options" : {
169170 "devServerTarget" : " playground:serve"
170171 },
175176 }
176177 },
177178 "cypress-open" : {
178- "builder" : " @briebug/ cypress- schematic:cypress" ,
179+ "builder" : " @cypress/ schematic:cypress" ,
179180 "options" : {
180181 "devServerTarget" : " playground:serve" ,
181182 "watch" : true ,
You can’t perform that action at this time.
0 commit comments