summary refs log tree commit diff
path: root/webrtc/src/start.ts
blob: 68867a2cf2ba7c037de0d326f969820c16862079 (plain) (blame)
1
2
3
import { Server } from "./Server";

const server = new Server();