mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 02:31:22 +00:00
chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -25,9 +25,7 @@ export async function startGatewayTailscaleExposure(params: {
|
||||
}
|
||||
const host = await getTailnetHostname().catch(() => null);
|
||||
if (host) {
|
||||
const uiPath = params.controlUiBasePath
|
||||
? `${params.controlUiBasePath}/`
|
||||
: "/";
|
||||
const uiPath = params.controlUiBasePath ? `${params.controlUiBasePath}/` : "/";
|
||||
params.logTailscale.info(
|
||||
`${params.tailscaleMode} enabled: https://${host}${uiPath} (WS via wss://${host})`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user