fix(storybook): do not set default host as localhost (#18419)

This commit is contained in:
Katerina Skroumpelou 2023-08-01 18:20:29 +03:00 committed by GitHub
parent 27923fd2d8
commit 90e4e7e7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -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.",

View File

@ -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",