Skip to content

Commit 8ef3c30

Browse files
committed
🔧 Disable telemetry
1 parent ba725b1 commit 8ef3c30

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
@@ -7,6 +7,9 @@ const config: StorybookConfig = {
77
name: '@storybook/react-vite',
88
options: {},
99
},
10+
core: {
11+
disableTelemetry: true,
12+
},
1013
};
1114

1215
export default config;

0 commit comments

Comments
 (0)