Skip to content

Commit b61585d

Browse files
committed
fix
1 parent 91def48 commit b61585d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)