mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
export default {
|
|
// Your Storybook configuration
|
|
refs: {
|
|
'design-system': {
|
|
title: 'Storybook Design System',
|
|
url: 'https://5ccbc373887ca40020446347-yldsqjoxzb.chromatic.com',
|
|
expanded: false, // Optional, true by default
|
|
},
|
|
},
|
|
};
|
|
```
|