Skip to content

Commit

Permalink
chore(deps): opt out from storybook telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Jun 19, 2023
1 parent 7e914e1 commit d1f8d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const config: StorybookConfig = {
stories: ['../stories/docs/introduction.stories.ts', '../stories/docs/compact-docs.stories.ts', `../packages/@${includedPackages}/**/*.@${includedStories}.@(ts|tsx|js|jsx)`, `../stories/**/*.@${includedStories}.@(ts|tsx|js|jsx)`],
staticDirs: staticDirs,
addons: storybookAddons,
core: {},
core: {
disableTelemetry: true,
},
storyIndexers: (indexers) => {
const indexer = async (fileName, opts) => {
const owner = getOwner({ importPath: './' + relative(process.cwd(), fileName).replace(/\\/g, '/') });
Expand Down

0 comments on commit d1f8d0d

Please sign in to comment.