Skip to content

Commit 4a46144

Browse files
author
Frank
committed
convert share backend to hono app
1 parent a129e12 commit 4a46144

File tree

8 files changed

+207
-243
lines changed

8 files changed

+207
-243
lines changed

bun.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"packages/*"
1616
],
1717
"catalog": {
18-
"typescript": "5.8.2",
1918
"@types/node": "22.13.9",
20-
"zod": "3.25.49",
21-
"ai": "5.0.0-beta.21"
19+
"ai": "5.0.0-beta.21",
20+
"hono": "4.7.10",
21+
"typescript": "5.8.2",
22+
"zod": "3.25.49"
2223
}
2324
},
2425
"devDependencies": {

packages/function/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@octokit/auth-app": "8.0.1",
1414
"@octokit/rest": "22.0.0",
15+
"hono": "catalog:",
1516
"jose": "6.0.11"
1617
}
1718
}

0 commit comments

Comments
 (0)