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
refactor: reuse vite_powershell::is_stdin_terminal in vite_command
vite_command::ps1_shim and vite_task_plan::ps1_shim each had their own copy
of the cached stdin-TTY gate. vite-task now hosts it once in the shared
vite_powershell crate, so drop the local copy here and call the shared
function. Bumps the vite-task rev to 0068d09b.
0 commit comments