mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
bind storybook to 0.0.0.0
This commit is contained in:
parent
f4b9d83c39
commit
0365d8b6ea
@ -33,7 +33,7 @@ install: install-embed-markdown-loader
|
||||
.PHONY: start
|
||||
start:
|
||||
# $(bindir)/st -p $(PORT) -H 0.0.0.0 -d static --no-dot -i index.html
|
||||
$(bindir)/start-storybook -p 8080
|
||||
$(bindir)/start-storybook -p 8080 -h 0.0.0.0
|
||||
|
||||
.PHONY: install-production
|
||||
install-production: compile
|
||||
|
Loading…
Reference in New Issue
Block a user