mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:11:13 +08:00
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
```js
|
|
// storysource/preset.js
|
|
|
|
export function managerEntries(entry = []) {
|
|
return [...entry, require.resolve('@storybook/addon-storysource/register')];
|
|
}
|
|
``` |