From db14548bd4a5281f9a6e103cdc3ae1848c625ab4 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:50:29 +0200 Subject: :sparkles: webrtc --- src/start.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/start.ts (limited to 'src/start.ts') 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(); -- cgit 1.5.1