diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 19:33:32 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 19:33:32 +0200 |
commit | adf233c2e672f4457481d0a12e16f5cc85909683 (patch) | |
tree | bbc4da32a9aa3a45a5523b26ae3bf1033b1936a7 /bundle/src | |
parent | :bug: update bundle import (diff) | |
download | server-adf233c2e672f4457481d0a12e16f5cc85909683.tar.xz |
:bug: fix import
Diffstat (limited to 'bundle/src')
-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 faf8a324..c6acf0ad 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts @@ -6,7 +6,7 @@ import { FosscordServer as APIServer } from "@fosscord/api"; import { Server as GatewayServer } from "@fosscord/gateway"; import { CDNServer } from "@fosscord/cdn/"; import express from "express"; -import { Config } from "../../util/dist"; +import { Config } from "@fosscord/util"; const app = express(); const server = http.createServer(); |