diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 11:09:48 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-25 12:09:48 +0100 |
commit | 9909e5a174cdbb79224b64ccbee8111ad1ee440e (patch) | |
tree | 79312cc6427cce6510076113de0b686a5351f7f7 /cdn/src/util/Storage.ts | |
parent | Add Sentry, fix compile errors (diff) | |
download | server-9909e5a174cdbb79224b64ccbee8111ad1ee440e.tar.xz |
Replace nanocolors with picocolors
Diffstat (limited to 'cdn/src/util/Storage.ts')
-rw-r--r-- | cdn/src/util/Storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/src/util/Storage.ts b/cdn/src/util/Storage.ts index f45fe44a..89dd5634 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 "nanocolors"; +import { bgCyan, black } from "picocolors"; import { S3 } from "@aws-sdk/client-s3"; import { S3Storage } from "./S3Storage"; process.cwd(); |