-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: created theme provider and remove next.app.mjs (#5469)
- Loading branch information
Showing
8 changed files
with
116 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
import type { StorybookConfig } from '@storybook/nextjs'; | ||
|
||
const config: StorybookConfig = { | ||
stories: ['../components/**/*.stories.@(ts|tsx)'], | ||
stories: ['../components/**/*.stories.tsx'], | ||
addons: ['@storybook/addon-controls', '@storybook/addon-interactions'], | ||
framework: { | ||
name: '@storybook/nextjs', | ||
options: {}, | ||
}, | ||
features: { | ||
storyStoreV7: true, | ||
}, | ||
docs: { | ||
autodocs: 'tag', | ||
}, | ||
framework: { name: '@storybook/nextjs', options: {} }, | ||
features: { storyStoreV7: true }, | ||
docs: { autodocs: 'tag' }, | ||
staticDirs: ['../public'], | ||
core: { disableTelemetry: true }, | ||
}; | ||
|
||
export default config; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
05152df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nodejs-org-stories – ./
nodejs-org-stories-git-main-openjs.vercel.app
nodejs-org-storybook.vercel.app
nodejs-org-stories-openjs.vercel.app
05152df
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nodejs-org – ./
vercel.nodejs.org
node-js-org.vercel.app
nodejs-org-openjs.vercel.app
nodejs-org-git-main-openjs.vercel.app