@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 +1 -1
- package/dist/asset-workers/asset-worker.js +151 -151
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5330 -258
- package/dist/runner-worker/index.js +1 -15
- package/package.json +8 -7
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).
|
|
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.
|