diff --git a/docs/site/content/docs/reference/configuration.mdx b/docs/site/content/docs/reference/configuration.mdx index 18199ae9c7a5e..3fabffde8b6fa 100644 --- a/docs/site/content/docs/reference/configuration.mdx +++ b/docs/site/content/docs/reference/configuration.mdx @@ -85,7 +85,7 @@ Select a terminal UI for the repository. `"tui"` allows for viewing each log at once and interacting with the task. `"stream"` outputs logs as they come in and is not interactive. -```json title="Terminal" +```json title="./turbo.json" { "ui": "tui" | "stream" }