fix console

This commit is contained in:
SrGooglo 2025-04-01 00:54:44 +00:00
parent 20655eaaa5
commit ba6e99f72a

View File

@ -122,7 +122,9 @@ export default class Proxy {
console.error("Failed to start server:", err)
return reject(err)
}
console.log(`🚀 Server listening on ${host}:${port}`)
console.log(
`🚀 Gateway listening on ${this.config.port}:${this.config.internalIp}`,
)
resolve()
},
)