Skip to content

Commit f980763

Browse files
committed
Specify proxy server
1 parent d754395 commit f980763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ try {
159159
server.on('listening', () => {
160160
const addr = server.address();
161161
const port = typeof addr === 'string' ? addr : addr?.port;
162-
console.log(`Server listening on port ${port}`);
162+
console.log(`Proxy server listening on port ${port}`);
163163
});
164164

165165
} catch (error) {

0 commit comments

Comments
 (0)