UNPKG

netlify-cli

Version:

Netlify command line tool

5 lines (3 loc) 182 B
import type { Context } from 'https://edge.netlify.com' export default async (request: Request, context: Context) => Response.json({ hello: 'world', location: context.geo.city })