5 lines
104 B
TypeScript

import { buildDev } from '@storybook/core/server';
import options from './options';
buildDev(options);