export function GET(_req: Request, _meta: Record): Response { return new Response('hello', { status: 200, headers: { 'Content-Type': 'text/plain' } }); }