mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 23:31:24 -05:00
0d048b8704
Original: 60735e1804
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { listen } from "./server.ts";
|
|
|
|
const s = listen("0.0.0.0:4500");
|
|
s.serve();
|