@portlens/cli 1.0.10 → 1.0.11
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -73842,7 +73842,7 @@ program.argument("<port>", "Local port to tunnel", (v2) => {
|
|
|
73842
73842
|
let reconnectInfo;
|
|
73843
73843
|
let boxVisible = false;
|
|
73844
73844
|
let refreshTimer = null;
|
|
73845
|
-
let shareUrl = `${VIEWER_BASE}/${agent.token}`;
|
|
73845
|
+
let shareUrl = `${VIEWER_BASE}/v/${agent.token}`;
|
|
73846
73846
|
function boxOpts() {
|
|
73847
73847
|
return { shareUrl, localPort: port, expiresAt, status: currentStatus, rtt: currentRtt, reconnectInfo };
|
|
73848
73848
|
}
|