We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d754395 commit f980763Copy full SHA for f980763
server/src/index.ts
@@ -159,7 +159,7 @@ try {
159
server.on('listening', () => {
160
const addr = server.address();
161
const port = typeof addr === 'string' ? addr : addr?.port;
162
- console.log(`Server listening on port ${port}`);
+ console.log(`Proxy server listening on port ${port}`);
163
});
164
165
} catch (error) {
0 commit comments