From e0b725445d42cc9258698e54d42820c2242b9daf Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 22:17:41 -0400 Subject: [PATCH] Add the port in the running log. --- chat-app/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-app/src/index.ts b/chat-app/src/index.ts index e1a6a02..cc49374 100644 --- a/chat-app/src/index.ts +++ b/chat-app/src/index.ts @@ -63,4 +63,4 @@ Bun.serve({ websocket }); -console.log(`Chat is running on ${APP_PORT}`); +console.log(`Chat is running on ${process.env.APP_PORT}`);