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