From 6b2c23cfd8785028440dee2c5b92e9dcf437b1c8 Mon Sep 17 00:00:00 2001 From: Whitigol <36452182+WhitigolProd@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:13:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20revert=20turbo=20ui=20(?= =?UTF-8?q?#1946)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With newer versions of turbo, there is a new UI for each task that is running. There are 2 reasons I see as a good fit to revert the UI. - It can be difficult to navigate for users who don't have much experience navigating and using the command line - The logs will not show properly in the manager, and will make diagnosing issues difficult for those who use the manager Casper, please let me know your thoughts, and feel free to merge if you agree. Thanks 🙂! --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 39d8270a7..3ccfe2ed2 100644 --- a/turbo.json +++ b/turbo.json @@ -1,6 +1,7 @@ { "$schema": "https://turborepo.org/schema.json", "globalDependencies": ["**/.env"], + "ui": "stream", "tasks": { "@snailycad/client#build": { "dependsOn": ["copy-env", "^build"],