@adhdev/daemon-standalone 0.6.61 → 0.6.63
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
|
@@ -18,12 +18,13 @@ npx @adhdev/daemon-standalone
|
|
|
18
18
|
|
|
19
19
|
## Options
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
| Flag | Description |
|
|
22
|
+
|------|-------------|
|
|
23
|
+
| `--port, -p <port>` | Port to listen on (default: `3847`) |
|
|
24
|
+
| `--host, -H` | Listen on all interfaces — enables LAN access (`0.0.0.0`) |
|
|
25
|
+
| `--no-open` | Don't open browser automatically on start |
|
|
26
|
+
| `--token <secret>` | Enable token authentication for API and WebSocket |
|
|
27
|
+
| `--dev` | Enable DevServer on port `19280` (provider debugging, CDP tools) |
|
|
27
28
|
|
|
28
29
|
## Links
|
|
29
30
|
|