UNPKG

@nadeshikon/plugin-nextjs

Version:
8 lines (6 loc) 134 B
export default function api(req) { return new Response('hello') } export const config = { runtime: 'experimental-edge', }