Skip to content

Commit

Permalink
fix: provide disableTelemetry for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Nov 22, 2023
1 parent a60ecff commit bbe134a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const config: StorybookConfig = {
name: '@storybook/react-vite',
options: {},
},
core: {
disableTelemetry: false, // 👈 Disables telemetry
},
docs: {
autodocs: 'tag',
},
Expand Down

0 comments on commit bbe134a

Please sign in to comment.