Add the port in the running log.

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:17:41 -04:00
parent 905ee58fc1
commit e0b725445d

View File

@ -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}`);