Skip to content

Commit 35a397e

Browse files
authored
🔧 disable storybook telemetry
1 parent 4c1c27b commit 35a397e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ const config: StorybookConfig = {
3636
docs: {
3737
autodocs: "tag",
3838
},
39+
core: {
40+
disableTelemetry: true, // https://storybook.js.org/docs/configure/telemetry
41+
},
3942
};
4043

4144
export default config;

0 commit comments

Comments
 (0)