Skip to content

Commit

Permalink
refactor: init script
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Jul 21, 2023
1 parent 332c243 commit 922f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const main = async () => {

console.log("*".repeat(50))
console.log("\x1b[32mAll tokens replaced successfully\x1b[0m")
console.log("\x1b[31mDon't forget to change the license & logo\x1b[0m")
console.log("\x1b[31mDon't forget to change the license & logo for production\x1b[0m")
console.log("*".repeat(50))

exit(0)
Expand Down

0 comments on commit 922f878

Please sign in to comment.