You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Which canary version will you have in your reproduction?
2.0.12-canary.3
Describe the Bug
Hi! When using vite and turbo, the "tui" works nicely but has an annoying unexpected bug:
The part that works: The "gui" opens and runs as expected, and when pressing "Enter" on the persistent vite job, it focuses into it and allows typing.
The part afterwards which doesn't work: writing the letter "o" followed by an "Enter" -> nothing happens
Expected Behavior
When writing the letter "o" followed by an "Enter" in a vite job -> vite opens the localhost web on the correct job's port. This does not happen with v2 of turbo.
To Reproduce
Install turbo
On 1 app install vite
Create a "dev" vite+turbo task
Now,
pnpm exec turbo dev on apps/apps-a
will run vite with turbo and won't open the web when writing o + Enter
But
pnpm dev
Will open the web when writing o + Enter
Additional context
On turbo v1.13.4 with experimentalUI turned on -> it DOES work: it opens the web when "interacting" with the vite task and pressing o + enter
The text was updated successfully, but these errors were encountered:
Verify canary release
Link to code that reproduces this issue
https://github.com/shanike/turborepo-bug-repro
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Linux
Which canary version will you have in your reproduction?
2.0.12-canary.3
Describe the Bug
Hi! When using
vite
andturbo
, the"tui"
works nicely but has an annoying unexpected bug:The part that works: The "gui" opens and runs as expected, and when pressing
"Enter"
on the persistentvite
job, it focuses into it and allows typing.The part afterwards which doesn't work: writing the letter
"o"
followed by an"Enter"
-> nothing happensExpected Behavior
When writing the letter
"o"
followed by an"Enter"
in avite
job -> vite opens the localhost web on the correct job's port. This does not happen with v2 of turbo.To Reproduce
Now,
pnpm exec turbo dev
on apps/apps-awill run vite with turbo and won't open the web when writing
o + Enter
But
pnpm dev
Will open the web when writing
o + Enter
Additional context
On turbo
v1.13.4
withexperimentalUI
turned on -> it DOES work: it opens the web when "interacting" with the vite task and pressingo + enter
The text was updated successfully, but these errors were encountered: