// src/adapter/netlify/conninfo.ts var getConnInfo = (c) => ({ remote: { address: c.env.context?.ip } }); export { getConnInfo };