Files
bigwo/mcp-server-ssh/node_modules/hono/dist/adapter/netlify/handler.js

10 lines
156 B
JavaScript
Raw Normal View History

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