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
|
||||
},
|
||||
"previewUrl": { "type": "string", "description": "Preview URL." },
|
||||
"host": {
|
||||
"type": "string",
|
||||
"description": "Host to listen on.",
|
||||
"default": "localhost"
|
||||
},
|
||||
"host": { "type": "string", "description": "Host to listen on." },
|
||||
"staticDir": {
|
||||
"type": "array",
|
||||
"description": "Directory where to load static files from, array of strings.",
|
||||
|
||||
@ -23,8 +23,7 @@
|
||||
},
|
||||
"host": {
|
||||
"type": "string",
|
||||
"description": "Host to listen on.",
|
||||
"default": "localhost"
|
||||
"description": "Host to listen on."
|
||||
},
|
||||
"staticDir": {
|
||||
"type": "array",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user