From b61585d5ae6e5600c84986d282362627ff47f160 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 21 Oct 2025 12:42:48 +0200 Subject: [PATCH 1/3] 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 From ffb907a91ac3fddda7fdb58baf1c5b58089a5188 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 21 Oct 2025 20:25:18 +0200 Subject: [PATCH 2/3] test fix for deduping --- packages/devtools/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index c1917121..2beff167 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -69,12 +69,9 @@ "goober": "^2.1.16", "solid-js": "^1.9.9" }, - "peerDependencies": { - "solid-js": ">=1.9.7" - }, "devDependencies": { "tsup": "^8.5.0", "tsup-preset-solid": "^2.2.0", "vite-plugin-solid": "^2.11.8" } -} +} \ No newline at end of file From 301511ad6b360c3c13d84a38ddc0dcbef5a54c4e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:26:37 +0000 Subject: [PATCH 3/3] ci: apply automated fixes --- packages/devtools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 2beff167..019929fa 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -74,4 +74,4 @@ "tsup-preset-solid": "^2.2.0", "vite-plugin-solid": "^2.11.8" } -} \ No newline at end of file +}