1
0
mirror of https://github.com/coder/code-server.git synced 2024-12-05 07:13:06 +08:00
code-server/entry.ts
2019-07-18 18:08:14 -05:00

5 lines
82 B
TypeScript

import { Server } from "./server";
const server = new Server();
server.listen();