Skip to content

Commit

Permalink
dev server listens on all interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
evoyy committed Nov 26, 2015
1 parent 1a0a069 commit 3e89412
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 3e89412

Please sign in to comment.