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

نووسراو ببینە
1
2
3
4
5
6
7
// Copyright 2018-2023 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
10 months ago