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:47:21 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:47:21 +0200
commit18a27fd5f3b2dd671ce59befe74cdb4f0134334e (patch)
treef5701c807b55b7bf96ffc25a60daa4cda991d067 /src/start.ts
parent:sparkles: rtc (diff)
parent:construction: init (diff)
downloadserver-18a27fd5f3b2dd671ce59befe74cdb4f0134334e.tar.xz
Merge branch 'webrtc'
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();