mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
- Removed to ensure heading anchor links are stable over time - Consistently display deprecated properties throughout API references
12 lines
332 B
Markdown
12 lines
332 B
Markdown
---
|
|
title: 'config'
|
|
---
|
|
|
|
(⛔️ **Deprecated**)
|
|
|
|
Parent: [main.js|ts configuration](./main-config.md)
|
|
|
|
Type: `string[] | ((config: string[], options: Options) => string[] | Promise<string[]>)`
|
|
|
|
Add additional scripts to run in the story preview. Deprecated in favor of [`previewAnnotations`](./main-config-preview-annotations.md).
|