diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:02:25 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 11:02:25 +0200 |
commit | dd51a3662b9bacd7c19f4be889c410003b3cdaf4 (patch) | |
tree | 1e487f7c8fb0f55c4c6ae7a57ad15b3da3cd1675 /bundle/src/Server.ts | |
parent | :sparkles: random guest username generation added (diff) | |
download | server-dd51a3662b9bacd7c19f4be889c410003b3cdaf4.tar.xz |
:sparkles: changed and fixed compiler
Diffstat (limited to 'bundle/src/Server.ts')
-rw-r--r-- | bundle/src/Server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts index 5dda2d02..d541735f 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts @@ -4,7 +4,7 @@ process.on("uncaughtException", console.error); import http from "http"; import * as Api from "@fosscord/api"; import * as Gateway from "@fosscord/gateway"; -import { CDNServer } from "@fosscord/cdn/"; +import { CDNServer } from "@fosscord/cdn"; import express from "express"; import { green, bold } from "nanocolors"; import { Config, initDatabase } from "@fosscord/util"; |