deno.land / std@0.157.0 / _tools / deploy.ts

نووسراو ببینە
1
2
3
4
5
6
7
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.// This file tests the compatibility of std/node with Deno Deploy.import { serve } from "../http/server.ts";import "../node/module_all.ts";
serve(() => new Response("ok"));
std

Version Info

Tagged at
a year ago