diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 19:22:56 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-17 19:22:56 +0200 |
commit | 5c5e078128c46e1096d36f68833305b87847bc47 (patch) | |
tree | 04af2732cc6cdb8432401cb89420402772ad2834 /bundle | |
parent | :bug: fix bundle (diff) | |
download | server-5c5e078128c46e1096d36f68833305b87847bc47.tar.xz |
:bug: update bundle import
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/src/Server.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts index 6b4db8de..faf8a324 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts @@ -2,9 +2,9 @@ process.on("unhandledRejection", console.error); process.on("uncaughtException", console.error); import http from "http"; -import { FosscordServer as APIServer } from "../../api"; -import { Server as GatewayServer } from "../../gateway"; -import { CDNServer } from "../../cdn/"; +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"; |