convert share backend to hono app

This commit is contained in:
Frank
2025-07-29 16:39:48 -04:00
parent a129e122aa
commit 4a46144419
8 changed files with 202 additions and 238 deletions

View File

@@ -274,7 +274,7 @@ export const GithubInstallCommand = cmd({
// Wait for installation
s.message("Waiting for GitHub app to be installed")
const MAX_RETRIES = 60
const MAX_RETRIES = 120
let retries = 0
do {
const installation = await getInstallation()