From ea900af4cd808235818b9f593028d058186d29a5 Mon Sep 17 00:00:00 2001 From: uurgothat Date: Mon, 4 Oct 2021 22:39:50 +0300 Subject: replace chalk with nanocolors --- util/src/util/Database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src') diff --git a/util/src/util/Database.ts b/util/src/util/Database.ts index bf8c6fce..caf0880c 100644 --- a/util/src/util/Database.ts +++ b/util/src/util/Database.ts @@ -2,7 +2,7 @@ import path from "path"; import "reflect-metadata"; import { Connection, createConnection, ValueTransformer } from "typeorm"; import * as Models from "../entities"; -import { yellow, green} from "chalk"; +import { yellow, green} from "nanocolors"; // UUID extension option is only supported with postgres // We want to generate all id's with Snowflakes that's why we have our own BaseEntity class -- cgit 1.5.1