Skip to content

Commit ad774e4

Browse files
chore: add missing inspectorPort: false in vite-plugin playground app (#8601)
1 parent f9e7145 commit ad774e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite-plugin-cloudflare/playground/node-compat/vite.config.worker-process-populated-env.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineConfig({
88
plugins: [
99
cloudflare({
1010
configPath: "./worker-process-populated-env/wrangler.toml",
11+
inspectorPort: false,
1112
persistState: false,
1213
}),
1314
],

0 commit comments

Comments
 (0)