We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91def48 commit 82afc87Copy full SHA for 82afc87
docs/vite-plugin.md
@@ -60,7 +60,9 @@ export default {
60
// port to run the event bus on
61
port: 1234,
62
// console log debug logs or not
63
- debug: false
+ 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
66
},
67
}),
68
// ... rest of your plugins here
0 commit comments