فهرست منبع

ref: disable storybook telemetry

Sv443 3 ماه پیش
والد
کامیت
d844acca95
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .storybook/main.ts

+ 3 - 0
.storybook/main.ts

@@ -13,6 +13,9 @@ const config: StorybookConfig = {
     name: "@storybook/html-vite",
     options: {},
   },
+  core: {
+    disableTelemetry: true,
+  },
 };
 
 export default config;