summary refs log tree commit diff
path: root/src/start.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-24 08:51:39 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-06-24 08:51:39 +0200
commit4fc395823d28401a2631bb8ad788f06b980078ca (patch)
tree679172ef2395cd4c58a11d9e5ca8e3f4442c8c87 /src/start.ts
parentInitial commit (diff)
downloadserver-4fc395823d28401a2631bb8ad788f06b980078ca.tar.xz
:construction: init
Diffstat (limited to '')
-rw-r--r--src/start.ts3
1 files changed, 3 insertions, 0 deletions
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();