Skip to content

Commit

Permalink
Merge pull request #121 from evoyy/pr/listen-on-all-interfaces
Browse files Browse the repository at this point in the history
Dev server listens on all interfaces
  • Loading branch information
claydiffrient committed Mar 25, 2016
2 parents 597882d + 3e89412 commit 06ebde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev-examples
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
node_modules/.bin/webpack-dev-server --inline --content-base examples/
node_modules/.bin/webpack-dev-server --inline --host 0.0.0.0 --content-base examples/

0 comments on commit 06ebde2

Please sign in to comment.