From bb9d674cd7a4335db875082f2256de320df95655 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Thu, 27 Jun 2024 16:03:07 +0200 Subject: [PATCH] chore: turn off Turbo's UI as it messes with the terminal and is not as intuitive as it seems --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 51a9560..42f1f9f 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", + "ui": "stream", "tasks": { "build": { "dependsOn": ["^build"],