This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-28 19:31:04 +01:00

5 lines
102 B
TypeScript

import { Server } from "./Server";
const server = new Server();
server.start().catch(console.error);