Group explicit overlay #2402
0/1
thread resolved
12 12 "build-dev": "npm run build:dev", 13 13 "serve-dev": "npm run server:ssr", 14 14 "build:dev": "ng build --output-path dist --deploy-url=/ --watch=true --poll=800", 15 "serve:dev": "ng serve --host=0.0.0.0 --deploy-url=/ --configuration=hmr --hmr --poll=800 --progress --disableHostCheck=true", 15 "preserve:dev": "npm run prebuild-dev -- --deploy-url=http://${HOST:-localhost}:${PORT:-4200}", - Developer
Needs reverting