convert share backend to hono app

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

View file

@ -15,10 +15,11 @@
"packages/*"
],
"catalog": {
"typescript": "5.8.2",
"@types/node": "22.13.9",
"zod": "3.25.49",
"ai": "5.0.0-beta.21"
"ai": "5.0.0-beta.21",
"hono": "4.7.10",
"typescript": "5.8.2",
"zod": "3.25.49"
}
},
"devDependencies": {