Problem
The TUI mode no longer shows console output ever since version 2.8.7.
Current Behavior
- I used to be able to see the output of different apps by selecting them in the task list, but now all of them are blank.
- Tasks do not seem to start correctly with
pnpm turbo devanymore.
Expected Behavior
TUI mode should show each task’s or app’s console output depending on which is selected.
Workaround
The only workaround so far is to set turbo to stream mode, but that makes the terminal output very cluttered.
Environment:
- Framework: Next.js
- Package Manager:
pnpm