mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user