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"],