Skip to content

Commit

Permalink
(chore) Tweak turbo config
Browse files Browse the repository at this point in the history
Removes unnecessary `stream` option from the turbo config. turbo defaults to streaming output logs as soon as they are available so explicitly setting this option is redundant.
  • Loading branch information
denniskigen committed Nov 22, 2024
1 parent 83a1141 commit 823fb12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"dependsOn": ["^typescript"]
},
"extract-translations": {}
},
"ui": "stream"
}
}

0 comments on commit 823fb12

Please sign in to comment.