mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
fix console
This commit is contained in:
parent
20655eaaa5
commit
ba6e99f72a
@ -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()
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user