From 4fc395823d28401a2631bb8ad788f06b980078ca Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:51:39 +0200 Subject: :construction: init --- src/start.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/start.ts (limited to 'src/start.ts') diff --git a/src/start.ts b/src/start.ts new file mode 100644 index 00000000..68867a2c --- /dev/null +++ b/src/start.ts @@ -0,0 +1,3 @@ +import { Server } from "./Server"; + +const server = new Server(); -- cgit 1.5.1