Skip to content

Commit fbf4686

Browse files
Claudehotlong
andauthored
fix: set framework to "hono" in vercel.json per Vercel Hono docs
Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/733752b6-7f54-4d4e-99b1-edbc5cf6a176 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 4a6cc73 commit fbf4686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/app-host/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"framework": null,
3+
"framework": "hono",
44
"installCommand": "cd ../.. && pnpm install",
55
"buildCommand": "bash scripts/build-vercel.sh",
66
"functions": {

0 commit comments

Comments
 (0)