storybook/docs/api/main-config.md
Kyle Gach 320aed54f6 Remove (required) from headings
- Removed to ensure heading anchor links are stable over time
- Consistently display required properties throughout API references
2023-06-21 07:12:58 -06:00

1.5 KiB
Raw Blame History

title
Main configuration

The main configuration defines a Storybook project's behavior, including the location of stories, addons to use, feature flags, and other project-specific settings.

main.js or main.ts

This configuration is defined in .storybook/main.js|ts, which is located relative to the root of your project.

A typical Storybook configuration file looks like this:

<CodeSnippets paths={[ 'common/main-config-typical.js.mdx', 'common/main-config-typical.ts.mdx', ]} />

config

An object to configure Storybook containing the following properties: