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
|
.PHONY: start
|
||||||
start:
|
start:
|
||||||
# $(bindir)/st -p $(PORT) -H 0.0.0.0 -d static --no-dot -i index.html
|
# $(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
|
.PHONY: install-production
|
||||||
install-production: compile
|
install-production: compile
|
||||||
|
Loading…
Reference in New Issue
Block a user