mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
ui: run dev server on all interfaces
This commit is contained in:
parent
d66fc3c6e3
commit
286dafca16
@ -29,7 +29,7 @@ install: install-embed-markdown-loader
|
|||||||
|
|
||||||
.PHONY: start
|
.PHONY: start
|
||||||
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
|
.PHONY: install-production
|
||||||
install-production: install
|
install-production: install
|
||||||
|
Loading…
Reference in New Issue
Block a user