Skip to content

Commit

Permalink
Update npm scripts stanza with start options to disable host checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomas-orcid committed Oct 19, 2023
1 parent 2f6a785 commit ef58282
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"start": "ng serve --disable-host-check --host 0.0.0.0",
"start_ssl": "ng serve --disable-host-check --host 0.0.0.0 --ssl",
"build": "ng build --base-href ./",
"watch": "ng build --base-href ./ --watch --configuration development",
"test": "ng test"
},
"private": true,
Expand Down

0 comments on commit ef58282

Please sign in to comment.