@hoardodile/workbench 0.1.3 → 0.1.4
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 +3 -1
- package/dist/assets/index-B-oJo2ZZ.js +77 -0
- package/dist/assets/index-C9ltfJNl.css +2 -0
- package/dist/index.html +2 -2
- package/dist/serve.d.mts +5 -1
- package/dist/serve.mjs +30 -4
- package/package.json +6 -6
- package/dist/assets/index-Bje_SHj7.css +0 -2
- package/dist/assets/index-D_MtMbTH.js +0 -77
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.
|