/opt/canhelp/node_modules/hono/dist/adapter/netlify
NameSizeModeActions
conninfo.js1400644editdlrm
handler.js1560644editdlrm
index.js580644editdlrm
mod.js1500644editdlrm
Edit: /opt/canhelp/node_modules/hono/dist/adapter/netlify/handler.js (156B)
// src/adapter/netlify/handler.ts var handle = (app) => { return (req, context) => { return app.fetch(req, { context }); }; }; export { handle };