mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-27 22:34:11 +00:00
replace chalk with nanocolors
This commit is contained in:
Generated
BIN
Binary file not shown.
+1
-1
@@ -54,9 +54,9 @@
|
||||
"@fosscord/gateway": "file:../gateway",
|
||||
"@fosscord/util": "file:../util",
|
||||
"async-exit-hook": "^2.0.1",
|
||||
"chalk": "^4.1.2",
|
||||
"express": "^4.17.1",
|
||||
"missing-native-js-functions": "^1.2.15",
|
||||
"nanocolors": "^0.2.12",
|
||||
"node-os-utils": "^1.3.5",
|
||||
"tsconfig-paths": "^3.11.0"
|
||||
}
|
||||
|
||||
@@ -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 { red, green, bold } from "chalk";
|
||||
import { red, green, bold } from "nanocolors";
|
||||
import { Config, initDatabase } from "@fosscord/util";
|
||||
|
||||
const app = express();
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
// process.env.MONGOMS_DEBUG = "true";
|
||||
import cluster from "cluster";
|
||||
import os from "os";
|
||||
import { red, bold, yellow, cyan } from "chalk";
|
||||
import { red, bold, yellow, cyan } from "nanocolors";
|
||||
import { initStats } from "./stats";
|
||||
import { execSync } from "child_process";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user