changing main terminal text
This commit is contained in:
@@ -134,7 +134,7 @@ class Server {
|
|||||||
const PORT = 3008;
|
const PORT = 3008;
|
||||||
server.listen(PORT, () => {
|
server.listen(PORT, () => {
|
||||||
console.log("\n")
|
console.log("\n")
|
||||||
console.log(chalk.yellow("**************America****************"))
|
console.log(chalk.yellow("**************Blockcatcher*************"))
|
||||||
console.log(chalk.yellowBright(`Server is running on port ${PORT}: http://localhost`));
|
console.log(chalk.yellowBright(`Server is running on port ${PORT}: http://localhost`));
|
||||||
console.log(chalk.yellow("***************************************"))
|
console.log(chalk.yellow("***************************************"))
|
||||||
console.log("\n")
|
console.log("\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user