@adhdev/daemon-standalone 0.6.61 → 0.6.62

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
- --port, -p <port> Port to listen on (default: 3847)
23
- --host, -H Listen on all interfaces (LAN access)
24
- --no-open Don't open browser automatically
25
- --token <secret> Enable token auth for API/WS
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-standalone",
3
- "version": "0.6.61",
3
+ "version": "0.6.62",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {