Skip to content

Commit

Permalink
🧹 chore: revert turbo ui (#1946)
Browse files Browse the repository at this point in the history
With newer versions of turbo, there is a new UI for each task that is
running. There are 2 reasons I see as a good fit to revert the UI.

- It can be difficult to navigate for users who don't have much
experience navigating and using the command line
- The logs will not show properly in the manager, and will make
diagnosing issues difficult for those who use the manager

Casper, please let me know your thoughts, and feel free to merge if you
agree.

Thanks 🙂!
  • Loading branch information
WhitigolProd authored Jun 16, 2024
1 parent 7b6ed63 commit 6b2c23c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalDependencies": ["**/.env"],
"ui": "stream",
"tasks": {
"@snailycad/client#build": {
"dependsOn": ["copy-env", "^build"],
Expand Down

0 comments on commit 6b2c23c

Please sign in to comment.