export default async function handler(request) { return 'Boom' } export const config = { runtime: 'edge' }