summary refs log tree commit diff
path: root/src/cdn/Server.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-18 14:19:54 +0200
committerRory& <root@rory.gay>2026-04-18 14:19:54 +0200
commit53dbce30d6090d8803a6898442ede5156cf15aef (patch)
tree40746aa81de44ccaed24fefea64cffe26201031b /src/cdn/Server.ts
parentAttachment -> PublicAttachment in schemas (diff)
downloadserver-ts-dev/bigint-pk.tar.xz
Run prettier, remove accidental imports dev/bigint-pk
Diffstat (limited to 'src/cdn/Server.ts')
-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 198f6bdd8..b75dbfe63 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;