changed and fixed compiler

This commit is contained in:
Flam3rboy
2021-10-10 11:02:25 +02:00
parent efdb39cf14
commit dd51a3662b
8 changed files with 66 additions and 130 deletions
+1 -1
View File
@@ -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";