@cloudflare/vite-plugin 0.0.0-dfbf03f87 → 0.0.0-e0efb6f17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -376,7 +376,7 @@ It accepts an optional `PluginConfig` parameter.
376
376
 
377
377
  - `inspectorPort?: number | false`
378
378
 
379
- Optional inspector port to use for debugging your workers, for more details on debugging see the [devtools section](#devtools). Can be set to `false` to disable the debugging inspector altogether. Defaults to `9229`.
379
+ Optional inspector port to use for debugging your workers, for more details on debugging see the [devtools section](#devtools). By default the vite plugin will attempt to use the first available port it can find starting at `9229`.
380
380
 
381
381
  > [!NOTE]
382
382
  > When running `wrangler deploy`, only your main (entry) Worker will be deployed.