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