UNPKG

create-nextjs-storybook

Version:

Install embedded Storybook route into a NextJS project

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