From bb9a76a2a1852350318998f77966c96b54887295 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 28 Nov 2020 19:31:04 +0100 Subject: :tada: standard client finished --- src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 00000000..8765d6dc --- /dev/null +++ b/src/index.ts @@ -0,0 +1,4 @@ +import { Server } from "./Server"; + +const server = new Server(); +server.start().catch(console.error); -- cgit 1.5.1