mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-06 23:19:47 +00:00
🐛 update bundle import
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user