Skip to content

Commit

Permalink
Merge pull request #10 from ize-302/develop
Browse files Browse the repository at this point in the history
feat: update message after setup is complete ✨
  • Loading branch information
ize-302 authored Sep 29, 2024
2 parents efcd994 + aad50ad commit 41cc931
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 41cc931

Please sign in to comment.