1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

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

View File

@ -29,7 +29,7 @@ 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