Skip to content

Commit 4bc699c

Browse files
authored
Add --host flag when running examples
1 parent dd2fd83 commit 4bc699c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"storybook:docs": "storybook dev --docs --port 6007",
8989
"storybook:build": "storybook build",
9090
"prestorybook:build": "vite build examples",
91-
"examples": "vite examples",
91+
"examples": "vite examples --host",
9292
"examples:build": "vite build examples",
9393
"examples:preview": "vite preview examples",
9494
"examples:storybook": "vite examples --host --clearScreen false --mode storybook",

0 commit comments

Comments
 (0)