ui: run dev server on all interfaces

This commit is contained in:
Tom Gallacher 2016-10-31 14:40:54 +00:00
parent d66fc3c6e3
commit 286dafca16
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ install: install-embed-markdown-loader
.PHONY: start
start:
$(bindir)/webpack-dev-server --config webpack/index.js
$(bindir)/webpack-dev-server --config webpack/index.js --host 0.0.0.0
.PHONY: install-production
install-production: install
yarn install --pure-lockfile --prefer-offline