UNPKG

create-nextjs-storybook

Version:

Install embedded Storybook route into a NextJS project

5 lines (4 loc) 93 B
export const addWithStorybook = (nextConfig: string) => { // FIXME return nextConfig; };