disable storybook telemetry

This commit is contained in:
Ulf Gebhardt 2023-11-10 18:41:34 +01:00
parent a659ea2caf
commit 2cdc48da06
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -14,5 +14,8 @@ const config: StorybookConfig = {
docs: {
autodocs: "tag",
},
core: {
disableTelemetry: true, // 👈 Disables telemetry
},
};
export default config;