summary refs log tree commit diff
path: root/cdn/src
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-04 22:39:50 +0300
commit1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f (patch)
tree27aebb9cd196fd32dde63f757faf732eb608c8a5 /cdn/src
parentAdd warn for git + remove unnecessary import (diff)
downloadserver-1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f.tar.xz
replace chalk with nanocolors
Diffstat (limited to 'cdn/src')
-rw-r--r--cdn/src/util/Storage.ts2
1 files changed, 1 insertions, 1 deletions
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 {