mirror of
https://github.com/codex-storage/codex-marketplace-ui-components.git
synced 2025-02-09 21:23:33 +00:00
Disable telemetry
This commit is contained in:
parent
2e6112cd19
commit
3d52993eee
@ -1,6 +1,9 @@
|
||||
import type { StorybookConfig } from "@storybook/react-vite";
|
||||
|
||||
const config: StorybookConfig = {
|
||||
core: {
|
||||
disableTelemetry: true,
|
||||
},
|
||||
stories: [
|
||||
"../stories/**/*.mdx",
|
||||
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user