From b61585d5ae6e5600c84986d282362627ff47f160 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 21 Oct 2025 12:42:48 +0200 Subject: [PATCH] fix --- docs/vite-plugin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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