In an answer to another question, it was suggested that someone add this flag to the start script, but it does not explain how to do this.
"start": "ng serve --host=127.0.0.1"
CodePudding user response:
Add it in launch.json after the url entry.
In an answer to another question, it was suggested that someone add this flag to the start script, but it does not explain how to do this.
"start": "ng serve --host=127.0.0.1"
CodePudding user response:
Add it in launch.json after the url entry.