mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 23:22:10 +08:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import { buildDev } from '@storybook/core/server';
|
|
import options from './options';
|
|
|
|
buildDev(options);
|