@openscout/scout 0.2.20 → 0.2.21
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/control-plane-client/assets/index-D70CFXZt.js +9 -0
- package/dist/control-plane-client/index.html +1 -1
- package/dist/main.mjs +75 -21
- package/dist/scout-web-server.mjs +81 -27
- package/package.json +2 -2
- package/dist/control-plane-client/assets/index-D2_peTVB.js +0 -9
package/README.md
CHANGED
|
@@ -75,4 +75,4 @@ scout server start --static --static-root /custom/client
|
|
|
75
75
|
|
|
76
76
|
Use `scout server` or `scout server help` for full flags.
|
|
77
77
|
|
|
78
|
-
For a standalone **
|
|
78
|
+
For a standalone **lightweight** web UI, see **`@openscout/web`** (`openscout-web`): it ships its own `dist/client`, bundled Bun server, and pairing supervisor. The full desktop UI remains vendored with the CLI build; the lightweight web package no longer boots through `scout server control-plane start`.
|