show correct server port
parent
b68ed735db
commit
42ad5b3e3b
|
@ -133,7 +133,7 @@ export default class ChatServer {
|
|||
|
||||
try {
|
||||
const callback = (https = false) => {
|
||||
console.log(`Open ${config.publicSiteURL || `http${https ? 's' : ''}://localhost:3000`} in your browser.`);
|
||||
console.log(`Open ${config.publicSiteURL || `http${https ? 's' : ''}://localhost:${port}`} in your browser.`);
|
||||
};
|
||||
|
||||
if (config.tls?.key && config.tls?.cert) {
|
||||
|
|
Loading…
Reference in New Issue