UNPKG

netlify-cli

Version:

Netlify command line tool

5 lines (4 loc) 119 B
export default async (request) => new Response('Hello, World!', { headers: { 'content-type': 'text/html' }, })