termbridge 0.1.0 → 0.1.1

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
@@ -17,6 +17,10 @@ npx termbridge
17
17
 
18
18
  Scan the QR code and open the URL on your phone. The CLI stays running while the tunnel is active.
19
19
 
20
+ ## Documentation
21
+
22
+ Visit `https://termbridge.dev` for the full docs, architecture notes, and troubleshooting.
23
+
20
24
  ## CLI usage
21
25
 
22
26
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbridge",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Local-first terminal beaming with tmux + Cloudflare tunnel and a mobile-friendly UI.",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "xterm"
23
23
  ],
24
24
  "bin": {
25
- "termbridge": "./dist/bin.js"
25
+ "termbridge": "dist/bin.js"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "bun run ui:build && bunx tsup",