Description
I am looking to introduce Vite+ into an existing project that uses pnpm. However, in our project, we perform a minimal dependency resolution during the container build using pnpm deploy. When I try to execute the pnpm deploy command via vp pm, I get the error: Command 'deploy' not found.
If the vp pm command could forward all commands to the package manager, it would make the transition to Vite+ much smoother.
Suggested solution
The vp pm command should forward all subcommands to the package manager.
Alternative
In my use case, being able to run the vp pm deploy command would allow for a smooth transition to Vite+.
Additional context
Validations
Description
I am looking to introduce Vite+ into an existing project that uses pnpm. However, in our project, we perform a minimal dependency resolution during the container build using
pnpm deploy. When I try to execute thepnpm deploycommand viavp pm, I get the error: Command 'deploy' not found.If the
vp pmcommand could forward all commands to the package manager, it would make the transition to Vite+ much smoother.Suggested solution
The
vp pmcommand should forward all subcommands to the package manager.Alternative
In my use case, being able to run the
vp pm deploycommand would allow for a smooth transition to Vite+.Additional context
Validations