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` } + +