Add the port in the running log.
This commit is contained in:
parent
905ee58fc1
commit
e0b725445d
@ -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}`);
|
||||
|
Loading…
Reference in New Issue
Block a user