// populated by tests export default () => { return Response.json({ ok: true }) } export const config = { runtime: 'edge', }