Skip to content

Commit f1b9911

Browse files
committed
Update server.ts
1 parent f72ba85 commit f1b9911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const server = serve(
2020
port: config.port,
2121
},
2222
(info) => {
23-
console.log(`> Ready on http://localhost:${info.port}`);
23+
console.log(`> Ready on http://localhost:${info.port}`);
2424
},
2525
);
2626
const io = new IOServer(server as HttpServer, { transports: ["websocket"] });

0 commit comments

Comments
 (0)