From c3f0d8d70de83ee552f0ce5810821383c63c2c33 Mon Sep 17 00:00:00 2001 From: metacryst Date: Fri, 9 Jan 2026 13:54:23 -0600 Subject: [PATCH] changing main terminal text --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index cdc9b1d..d44996b 100644 --- a/server/index.js +++ b/server/index.js @@ -134,7 +134,7 @@ class Server { const PORT = 3008; server.listen(PORT, () => { 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.yellow("***************************************")) console.log("\n")