diff --git a/chat-app/src/index.ts b/chat-app/src/index.ts index e1183df..e9c4701 100644 --- a/chat-app/src/index.ts +++ b/chat-app/src/index.ts @@ -62,3 +62,5 @@ Bun.serve({ port: parseInt(process.env.APP_PORT as string) || 3000, websocket }); + +console.log(`Chat is running`);