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(command): use shared vite_powershell crate for ps1 rewrite
Switch `vite_command::ps1_shim` to depend on the new `vite_powershell`
crate (companion change in voidzero-dev/vite-task#368) for the
PowerShell host lookup, the fixed argument prefix, and the
sibling-`.ps1` discovery. This module now just composes those
primitives with vp's own conventions: absolute `.ps1` path in args
and `Vec<OsString>` return type to match the spawn API.
Bumps the vite-task git rev across all pinned crates to pick up the
extraction.
0 commit comments