Add some outputting from the application.

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:14:27 -04:00
parent 42848819bc
commit eda3ac4306

View File

@ -62,3 +62,5 @@ Bun.serve({
port: parseInt(process.env.APP_PORT as string) || 3000,
websocket
});
console.log(`Chat is running`);