How to change views between 2 running tasks
I have 2 vite clients running at the same time, and i wish to change the visible logs that i see in the terminal (similar to how turbo does it), is there any way to do this?
im running them like so:
4 Replies
Thats not possible with deno , for now you'll have to run each task in its own terminal or tab
i wish to change the visible logs that i see in the terminal (similar to how turbo does it)I'm genuinely curious as I'm not familiar with how turbo handles logs. What do they do different to the logs? Maybe it's something we can add to Deno too
im not sure if u mean what it looks like on the surface but, they pretty much have their own tab system, u can change between them using the arrow keys, when u want to interact with a specific terminal (for example the terminal that vite presents) u press
i
, they also have a bunch of inputs to interact with the terminal (go up and down etc..) really useful for monorepos in my experience.. (as someone who usually has 8 different things running for the sake of one client...).
Definitely suggest adding it.
I'll add it as a suggestion in github in a bit.Created an issue, gonna mark this as solved
https://github.com/denoland/deno/issues/29838
GitHub
Monorepo support: allow switching between parallel running tasks ·...
Current Behavior Whenever you run multiple tasks using the setup below, each task is being excuted but the terminal only shows the first executed task. Setup ./deno.json: { "workspace": [...