summary refs log tree commit diff
path: root/webrtc/src/start.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/src/start.ts')
-rw-r--r--webrtc/src/start.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/webrtc/src/start.ts b/webrtc/src/start.ts
new file mode 100644

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