We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b614e54 commit fb88346Copy full SHA for fb88346
1 file changed
packages/tools/src/utils.ts
@@ -29,6 +29,7 @@ export function replaceUnstableOutput(output: string, cwd?: string) {
29
replacePathToken(cwd, '<cwd>');
30
const parent = path.dirname(cwd);
31
if (parent !== '/') {
32
+ replacePathToken(path.join(parent, 'vite-plus-home'), '<vite-plus-home>');
33
replacePathToken(parent, '<cwd>/..');
34
}
35
0 commit comments