summary refs log tree commit diff
path: root/bundle/src/start.ts
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 /bundle/src/start.ts
parentAdd warn for git + remove unnecessary import (diff)
downloadserver-1882beef0cacc3e25acd2cc6d0deeec27e3dfb6f.tar.xz
replace chalk with nanocolors
Diffstat (limited to 'bundle/src/start.ts')
-rw-r--r--bundle/src/start.ts2
1 files changed, 1 insertions, 1 deletions
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";