summary refs log tree commit diff
path: root/bundle/src/start.ts
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 11:09:48 +0000
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-12-25 12:09:48 +0100
commit9909e5a174cdbb79224b64ccbee8111ad1ee440e (patch)
tree79312cc6427cce6510076113de0b686a5351f7f7 /bundle/src/start.ts
parentAdd Sentry, fix compile errors (diff)
downloadserver-9909e5a174cdbb79224b64ccbee8111ad1ee440e.tar.xz
Replace nanocolors with picocolors
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 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();