Skip to content

Commit

Permalink
fix: vercel types
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 19, 2024
1 parent 694faf7 commit ac182ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vercel/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { handle as handle_hono } from 'hono/vercel'

import type { FarcBase } from '../farc-base.js'

export function handle(app: FarcBase) {
export function handle<state>(app: FarcBase<state>) {
return handle_hono(app.hono).bind(app.hono)
}

0 comments on commit ac182ea

Please sign in to comment.