mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:51:21 +08:00
9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
```ts
|
|
// your-framework/src/server/index.ts
|
|
|
|
import { buildDev } from '@storybook/core/server';
|
|
|
|
import options from './options';
|
|
|
|
buildDev(options);
|
|
``` |