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

@@ -40,7 +40,7 @@
"decimal.js": "10.5.0",
"diff": "8.0.2",
"gray-matter": "4.0.3",
"hono": "4.7.10",
"hono": "catalog:",
"hono-openapi": "0.4.8",
"isomorphic-git": "1.32.1",
"open": "10.1.2",

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()