From e042db33b6ee7aba69275d6f5e7cb901bcc0758d Mon Sep 17 00:00:00 2001 From: The Arcane Brony Date: Sat, 25 Dec 2021 11:09:48 +0000 Subject: Replace nanocolors with picocolors --- bundle/src/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundle/src/start.ts') diff --git a/bundle/src/start.ts b/bundle/src/start.ts index d2707f4d..7660b296 100644 --- a/bundle/src/start.ts +++ b/bundle/src/start.ts @@ -2,7 +2,7 @@ import "reflect-metadata"; import cluster, { Worker } from "cluster"; import os from "os"; -import { red, bold, yellow, cyan } from "nanocolors"; +import { red, bold, yellow, cyan } from "picocolors"; import { initStats } from "./stats"; import { config } from "dotenv"; config(); -- cgit 1.5.1