mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Not all props from options were passed to the provider
This commit is contained in:
parent
ff2236e35b
commit
bb7370b9f6
@ -2,8 +2,8 @@ import { managerPreset } from '@storybook/core/server';
|
||||
import packageJson from '../../package.json';
|
||||
|
||||
function extendOptions(options, extendServer) {
|
||||
const { manualId } = options;
|
||||
const storybookOptions = { manualId };
|
||||
const { manualId, https: secured, host, port } = options;
|
||||
const storybookOptions = { manualId, secured, host, port };
|
||||
|
||||
return {
|
||||
...options,
|
||||
|
Loading…
x
Reference in New Issue
Block a user