Skip to content

Commit 1af9a39

Browse files
fengmk2Copilot
andauthored
Update src/install-viteplus.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent 6f9e0ff commit 1af9a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/install-viteplus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function installVitePlus(inputs: Inputs): Promise<void> {
1414
info(`Installing ${DISPLAY_NAME}@${version}...`);
1515

1616
// TODO: Remove VITE_PLUS_VERSION once vite-plus versions before the VP_* env var
17-
// rename (PR #1166) are no longer supported.
17+
// rename (see https://github.com/voidzero-dev/vite-plus/pull/1166) are no longer supported.
1818
const env = { ...process.env, VP_VERSION: version, VITE_PLUS_VERSION: version };
1919
let exitCode: number;
2020

0 commit comments

Comments
 (0)