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
fix: inject VP_COMMAND in Rust resolver for synthesized subcommands
When vp run synthesizes inner commands like vp build, VP_COMMAND
stayed as 'run' from the parent process, causing defineConfig to
skip the plugins factory. Now the resolver injects VP_COMMAND with
the actual subcommand name into child process envs.
0 commit comments