Skip to content

Commit 627209f

Browse files
committed
feat: add vercel deployment
1 parent f1bab4b commit 627209f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/index.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { handle } from '@hono/node-server/vercel'
2+
import app from '../dist/server.js'
3+
4+
export default handle(app)

0 commit comments

Comments
 (0)