changing main terminal text

This commit is contained in:
metacryst
2026-01-09 13:54:23 -06:00
parent 75cbcbb879
commit c3f0d8d70d

View File

@@ -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")