Skip to content

Commit 32fe2c9

Browse files
committed
fix: start bot step
1 parent 7756889 commit 32fe2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ export default defineCommand({
5151
consola.success('Installation completed.')
5252
consola.log(`✨ Harmonix project has been created. Next steps:`)
5353
consola.log(` › cd ${ctx.args.dir}`)
54-
consola.log(` › ${selectedPackageManager} run start`)
54+
consola.log(` › ${selectedPackageManager} run dev`)
5555
}
5656
})

0 commit comments

Comments
 (0)