From 78aa3e6afbc830b814762c0b25e722f29f6119c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 17 Sep 2024 21:12:11 +0200 Subject: [PATCH] remove pino-pretty from main start --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f06b7bd..d4f8929 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "version": "0.0.1", "main": "index.mts", "scripts": { - "start": "tsx index.mts | pino-pretty", + "start": "tsx index.mts", + "dev": "tsx index.mts | pino-pretty", "build": "true" }, "dependencies": {