summary refs log tree commit diff
path: root/src/cdn
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdn')
-rw-r--r--src/cdn/Server.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cdn/Server.ts b/src/cdn/Server.ts

index 198f6bdd..b75dbfe6 100644 --- a/src/cdn/Server.ts +++ b/src/cdn/Server.ts
@@ -22,8 +22,6 @@ import { CORS, BodyParser } from "@spacebar/api"; import path from "path"; import guildProfilesRoute from "./routes/guild-profiles"; import morgan from "morgan"; -import { loadWebRtcLibrary, mediaServer, WRTC_PORT_MAX, WRTC_PORT_MIN, WRTC_PUBLIC_IP } from "@spacebar/webrtc*"; -import { green, yellow } from "picocolors"; import { storage } from "./util"; export type CDNServerOptions = ServerOptions;