@hoardodile/workbench 0.1.3 → 0.1.5

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
@@ -11,7 +11,9 @@ You normally never touch this package directly. `hoardodile plugin dev`
11
11
  watch-builds a plugin, captures its server-side hook results from the
12
12
  real worker sandbox, renders preview variants and video frames with the
13
13
  production pipeline, and serves the workbench at
14
- http://127.0.0.1:5199.
14
+ http://127.0.0.1:5199. If that port is already in use, the server rebinds
15
+ to the next free port (and prints the real URL after it) instead of
16
+ aborting, so a stale workbench never blocks a new one.
15
17
 
16
18
  Terminal dev tooling (MIT) — like `@hoardodile/host`, it is not part of
17
19
  the SDK closure and never enters a shipped plugin bundle.