UNPKG
create-nextjs-storybook
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Install embedded Storybook route into a NextJS project
create-nextjs-storybook
/
src
/
addWithStorybook.ts
5 lines
(4 loc)
•
93 B
text/typescript
View Raw
1
2
3
4
5
export
const
addWithStorybook
= (
nextConfig
:
string
) => {
// FIXME
return
nextConfig; };