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

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).