We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bab4b commit 627209fCopy full SHA for 627209f
api/index.ts
@@ -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