Add some outputting from the application.
This commit is contained in:
parent
42848819bc
commit
eda3ac4306
@ -62,3 +62,5 @@ Bun.serve({
|
|||||||
port: parseInt(process.env.APP_PORT as string) || 3000,
|
port: parseInt(process.env.APP_PORT as string) || 3000,
|
||||||
websocket
|
websocket
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.log(`Chat is running`);
|
||||||
|
Loading…
Reference in New Issue
Block a user