diff options
author | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:39:50 +0300 |
---|---|---|
committer | uurgothat <cckhmck@gmail.com> | 2021-10-04 22:39:50 +0300 |
commit | ea900af4cd808235818b9f593028d058186d29a5 (patch) | |
tree | 438c7924389781cdf10095e142774557fe608721 /bundle/src/Server.ts | |
parent | Add warn for git + remove unnecessary import (diff) | |
download | server-ea900af4cd808235818b9f593028d058186d29a5.tar.xz |
replace chalk with nanocolors
Diffstat (limited to 'bundle/src/Server.ts')
-rw-r--r-- | bundle/src/Server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |