From d21ada19c437cda2c916176d6724754bc7c6aa28 Mon Sep 17 00:00:00 2001 From: Whitigol Date: Sat, 15 Jun 2024 17:14:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20revert=20turbo=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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"],