🗂️ product.ts

This commit is contained in:
nirholas
2026-03-31 10:23:31 +00:00
parent b00ba1fded
commit 66cb4dbac4

View File

@@ -74,3 +74,4 @@ export function getRemoteSessionUrl(
const baseUrl = getClaudeAiBaseUrl(compatId, ingressUrl)
return `${baseUrl}/code/${compatId}`
}