Skip to content

Instantly share code, notes, and snippets.

@kt3k
Created September 5, 2022 12:55
Show Gist options
  • Save kt3k/15d5336e59b21e8579033055c9df1ff0 to your computer and use it in GitHub Desktop.
Save kt3k/15d5336e59b21e8579033055c9df1ff0 to your computer and use it in GitHub Desktop.
import { serve } from "https://raw.githubusercontent.com/denoland/deno_std/main/http/server.ts";
import "https://raw.githubusercontent.com/denoland/deno_std/main/node/module_all.ts";
serve(() => new Reseponse("ok"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment