From 25f8564e9736c97d1edd3bb881f3953e544c84bf Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 15 Jun 2024 22:47:31 +0200 Subject: [PATCH] chore: change turbo ui to stream because the other one is unusable (#670) --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 55a5d3000..2ef5dfb2d 100644 --- a/turbo.json +++ b/turbo.json @@ -11,6 +11,7 @@ "AUTH_SECRET", "AUTH_URL" ], + "ui": "stream", "tasks": { "topo": { "dependsOn": [ @@ -62,4 +63,4 @@ "cache": false } } -} +} \ No newline at end of file