From 0385ef483716fc41588730de268c2a7fe5177e0a Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sun, 10 Apr 2022 23:33:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20add=20pino-pretty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 07981dc..22bd099 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "mongoose": "^6.2.3", "node-schedule": "^2.1.0", "pino": "^7.0.0-rc.9", + "pino-pretty": "^7.6.1", "quick.db": "^7.1.3", "ts-node": "^10.7.0", "typescript": "^4.6.3",