chore: turn off Turbo's UI as it messes with the terminal and is not as intuitive as it seems

This commit is contained in:
Joakim Carlstein 2024-06-27 16:03:07 +02:00 committed by Joakim Carlstein
parent c151031d41
commit bb9d674cd7

View file

@ -1,5 +1,6 @@
{ {
"$schema": "https://turborepo.org/schema.json", "$schema": "https://turborepo.org/schema.json",
"ui": "stream",
"tasks": { "tasks": {
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],