mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
parent
0d048b8704
commit
abe47d10c9
1 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
import { listen } from "./server.ts";
|
||||
//import { listen } from "./server.ts";
|
||||
import { test } from "http://deno.land/x/testing/testing.ts";
|
||||
|
||||
const s = listen("0.0.0.0:4500");
|
||||
s.serve();
|
||||
test(function basic() {
|
||||
console.log("ok");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue