We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1665f97 commit 1192e8bCopy full SHA for 1192e8b
backend/src/server.ts
@@ -20,7 +20,7 @@ const server = serve(
20
port: config.port,
21
},
22
(info) => {
23
- console.log(`> Ready on http://localhost:${info.port}`);
+ console.log(`> Ready on http://localhost:${info.port}`);
24
25
);
26
const io = new IOServer(server as HttpServer, { transports: ["websocket"] });
0 commit comments