diff --git a/docs/vite-plugin.md b/docs/vite-plugin.md index fca34660..b13b017e 100644 --- a/docs/vite-plugin.md +++ b/docs/vite-plugin.md @@ -60,7 +60,9 @@ export default { // port to run the event bus on port: 1234, // console log debug logs or not - debug: false + debug: false, + // enables the server event bus (defaults to true), you can disable it if you're running devtools in something like storybook or vitest + enabled: true }, }), // ... rest of your plugins here