Artem Berezin dedd2e49d6
fix(storybook): rename storybook dev server ssl param to https (#5096)
`ssl` don't work, because `https` is expected by storybook's dev-server

https://github.com/storybookjs/storybook/blob/next/lib/core-server/src/dev-server.ts#L40

Co-authored-by: juristr <juri.strumpflohner@gmail.com>
2021-03-26 11:22:52 +01:00

1.0 KiB

storybook

Serve Storybook

Properties can be configured in angular.json when defining the executor, or when invoking it.

Properties

docsMode

Default: false

Type: boolean

Build a documentation-only site using addon-docs.

host

Default: localhost

Type: string

Host to listen on.

https

Default: false

Type: boolean

Serve using HTTPS.

port

Default: 9009

Type: number

Port to listen on.

projectBuildConfig

Type: string

Workspace project where Storybook reads the Webpack config from

quiet

Default: true

Type: boolean

Suppress verbose build output.

sslCert

Type: string

SSL certificate to use for serving HTTPS.

sslKey

Type: string

SSL key to use for serving HTTPS.

staticDir

Type: array

Directory where to load static files from, array of strings

uiFramework (hidden)

Default: @storybook/angular

Type: string

Storybook framework npm package

watch

Default: true

Type: boolean

Watches for changes and rebuilds application