we handle reconnect elsewhere

This commit is contained in:
Chris Wanstrath 2026-02-15 12:16:27 -08:00
parent 6ba3cdaf14
commit 6f2f07059d

View File

@ -149,6 +149,7 @@ function openTunnel(appName: string, port: number, subdomain?: string) {
app: appName,
target: `http://localhost:${port}`,
subdomain,
reconnect: false,
onOpen(assignedSubdomain) {
hostLog(`Tunnel open: ${appName} -> ${assignedSubdomain}`)