We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba725b1 commit 8ef3c30Copy full SHA for 8ef3c30
.storybook/main.ts
@@ -7,6 +7,9 @@ const config: StorybookConfig = {
7
name: '@storybook/react-vite',
8
options: {},
9
},
10
+ core: {
11
+ disableTelemetry: true,
12
+ },
13
};
14
15
export default config;
0 commit comments