Skip to content

Commit

Permalink
feat: update message after setup is complete ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
ize-302 committed Sep 29, 2024
1 parent efcd994 commit aad50ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bunsoir.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ const createApp = (payload) => {
gitHandler()

// done
console.log('Setup complete ✅')
console.log("Finished!!! 🎉🎉 \n");

console.log(chalk.green("Commands:"));
console.log(`${chalk.yellow("bun start:dev")} - development mode`);
console.log(`${chalk.yellow("bun run build")} - build app`);
console.log(`${chalk.yellow("bun start")} - build and serve build`);
}

module.exports = { init }

0 comments on commit aad50ad

Please sign in to comment.