Files
bigwo/dev-assistant-mcp/node_modules/hono/dist/adapter/vercel/handler.js

8 lines
115 B
JavaScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
// src/adapter/vercel/handler.ts
var handle = (app) => (req) => {
return app.fetch(req);
};
export {
handle
};