From ea900af4cd808235818b9f593028d058186d29a5 Mon Sep 17 00:00:00 2001 From: uurgothat Date: Mon, 4 Oct 2021 22:39:50 +0300 Subject: replace chalk with nanocolors --- bundle/src/Server.ts | 2 +- bundle/src/start.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bundle/src') diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts index a5405fa7..1596d54f 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 { red, green, bold } from "chalk"; +import { red, green, bold } from "nanocolors"; import { Config, initDatabase } from "@fosscord/util"; const app = express(); diff --git a/bundle/src/start.ts b/bundle/src/start.ts index 85e15346..d0686c13 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -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"; -- cgit 1.5.1