Go to repository

Interface TaskStorybookStartOptions

This type represents the options that you can pass to the storybook start task.

interface TaskStorybookStartOptions {
    port: number;
}

Properties

Properties

port: number

The port on which to start storybook's server.