From 823fb127ef1e04c77a8d51ac84aa4397056947e1 Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Fri, 22 Nov 2024 14:43:36 +0300 Subject: [PATCH] (chore) Tweak turbo config Removes unnecessary `stream` option from the turbo config. turbo defaults to streaming output logs as soon as they are available so explicitly setting this option is redundant. --- turbo.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/turbo.json b/turbo.json index c481651f8..f99c58b2d 100644 --- a/turbo.json +++ b/turbo.json @@ -15,6 +15,5 @@ "dependsOn": ["^typescript"] }, "extract-translations": {} - }, - "ui": "stream" + } }