Skip to content

Commit bae7338

Browse files
committed
fix(cli): remove extra space in dev command output
fixes #5
1 parent 8033298 commit bae7338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const mainCommand = defineCommand({
323323
consola.log(` › cd \`${relativeTemplateDir}\``);
324324
}
325325
if (selectedPackageManager) {
326-
consola.log(` › \`${runScriptCommand(selectedPackageManager, "dev")} \``);
326+
consola.log(` › \`${runScriptCommand(selectedPackageManager, "dev")}\``);
327327
}
328328
},
329329
});

0 commit comments

Comments
 (0)