mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:11:11 +08:00
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
```js
|
|
// .storybook/main.js
|
|
|
|
module.exports={
|
|
// your Storybook configuration
|
|
refs: {
|
|
'design-system': {
|
|
title: "Storybook Design System",
|
|
url: "https://5ccbc373887ca40020446347-yldsqjoxzb.chromatic.com",
|
|
expanded: false // optional, true by default
|
|
}
|
|
}
|
|
}
|
|
``` |