// src/adapter/netlify/handler.ts var handle = (app) => { return (req, context) => { return app.fetch(req, { context }); }; }; export { handle };