From 1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f Mon Sep 17 00:00:00 2001 From: uurgothat Date: Mon, 4 Oct 2021 22:39:50 +0300 Subject: replace chalk with nanocolors --- cdn/src/util/Storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdn/src') diff --git a/cdn/src/util/Storage.ts b/cdn/src/util/Storage.ts index 8ae44bbb..91f841a6 100644 --- a/cdn/src/util/Storage.ts +++ b/cdn/src/util/Storage.ts @@ -1,7 +1,7 @@ import { FileStorage } from "./FileStorage"; import path from "path"; import fse from "fs-extra"; -import { bgCyan, black } from "chalk"; +import { bgCyan, black } from "nanocolors"; process.cwd(); export interface Storage { -- cgit 1.4.1