Skip to content

Commit 82afc87

Browse files
authored
fix (#222)
1 parent 91def48 commit 82afc87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/vite-plugin.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ export default {
6060
// port to run the event bus on
6161
port: 1234,
6262
// console log debug logs or not
63-
debug: false
63+
debug: false,
64+
// enables the server event bus (defaults to true), you can disable it if you're running devtools in something like storybook or vitest
65+
enabled: true
6466
},
6567
}),
6668
// ... rest of your plugins here

0 commit comments

Comments
 (0)