sergey
sergey copied to clipboard
Add --host option, default to localhost
I added an option, --host
, and default to localhost
. Tested using npm test
and also by running node index.js --watch --root=./example/ --host=0.0.0.0
and node index.js --watch --root=./example/
to compare whether I could access on another computer.