summary refs log tree commit diff
path: root/src/start.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:50:29 +0200
commitb1f3c9bc6aa26262995266e3eaacec9820e09e96 (patch)
tree22d118be5d851a293195ac18f7b09dc1a2491dbf /src/start.ts
parentMerge branch 'webrtc' (diff)
downloadserver-b1f3c9bc6aa26262995266e3eaacec9820e09e96.tar.xz
:sparkles: webrtc
Diffstat (limited to 'src/start.ts')
-rw-r--r--src/start.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/start.ts b/src/start.ts
deleted file mode 100644

index 68867a2c..00000000 --- a/src/start.ts +++ /dev/null
@@ -1,3 +0,0 @@ -import { Server } from "./Server"; - -const server = new Server();