convert share backend to hono app

This commit is contained in:
Frank
2025-07-29 16:39:48 -04:00
parent c3685d1efe
commit f30b5c0ec4
8 changed files with 202 additions and 238 deletions
+4 -3
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": {