1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-29 05:35:25 +00:00
code-server-2/entry.ts

5 lines
82 B
TypeScript
Raw Normal View History

2019-06-28 22:37:23 +00:00
import { Server } from "./server";
const server = new Server();
server.listen();