Commit c6423d7f authored by Guy Thouret's avatar Guy Thouret

(feat) For Linux hosts ng serve needs to listen on all interfaces - #2099

1 merge request!592App changes to support Angular Hot Module Reloading for dev env
Pipeline #89614369 running with stages
......@@ -10,7 +10,7 @@
"build": "ng build --prod",
"prebuild-dev": "gulp build.sass --deploy-url=http://localhost/en",
"build-dev": "ng build --output-path dist/en --deploy-url=/en/ --watch=true --poll=800",
"serve-dev": "ng serve --deploy-url=/en/ --configuration=hmr --hmr --poll=800 --progress",
"serve-dev": "ng serve --host=0.0.0.0 --deploy-url=/en/ --configuration=hmr --hmr --poll=800 --progress",
"test": "ng test",
"lint": "ng lint",
"e2e": "cypress run --debug",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment