From eff23149df4e37a2ebd7dad42c4eb2a034565f6e Mon Sep 17 00:00:00 2001 From: Brandon Istenes Date: Mon, 1 Jul 2024 13:33:53 -0400 Subject: [PATCH] (chore) Switch turborepo back to streaming UI --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index fbc5d3a90..c9eb9d07a 100644 --- a/turbo.json +++ b/turbo.json @@ -1,5 +1,6 @@ { "$schema": "https://turborepo.org/schema.json", + "ui": "stream", "tasks": { "build": { "dependsOn": ["^build"],