From d843154abfebe6d5e3dcdc887e2fbc88312dc11f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=8E=20api.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/remote-setup/api.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/remote-setup/api.ts b/src/commands/remote-setup/api.ts index d08659c..9026b3b 100644 --- a/src/commands/remote-setup/api.ts +++ b/src/commands/remote-setup/api.ts @@ -180,3 +180,5 @@ export async function isSignedIn(): Promise { export function getCodeWebUrl(): string { return `${getOauthConfig().CLAUDE_AI_ORIGIN}/code` } + +