fix(storybook): do not set default host as localhost (#18419)
This commit is contained in:
parent
27923fd2d8
commit
90e4e7e7de
@ -18,11 +18,7 @@
|
|||||||
"default": 9009
|
"default": 9009
|
||||||
},
|
},
|
||||||
"previewUrl": { "type": "string", "description": "Preview URL." },
|
"previewUrl": { "type": "string", "description": "Preview URL." },
|
||||||
"host": {
|
"host": { "type": "string", "description": "Host to listen on." },
|
||||||
"type": "string",
|
|
||||||
"description": "Host to listen on.",
|
|
||||||
"default": "localhost"
|
|
||||||
},
|
|
||||||
"staticDir": {
|
"staticDir": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Directory where to load static files from, array of strings.",
|
"description": "Directory where to load static files from, array of strings.",
|
||||||
|
|||||||
@ -23,8 +23,7 @@
|
|||||||
},
|
},
|
||||||
"host": {
|
"host": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Host to listen on.",
|
"description": "Host to listen on."
|
||||||
"default": "localhost"
|
|
||||||
},
|
},
|
||||||
"staticDir": {
|
"staticDir": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user