diff --git a/ui/Makefile b/ui/Makefile index 2b097703..fbb06c80 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -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