mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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)
|
console.error("Failed to start server:", err)
|
||||||
return reject(err)
|
return reject(err)
|
||||||
}
|
}
|
||||||
console.log(`🚀 Server listening on ${host}:${port}`)
|
console.log(
|
||||||
|
`🚀 Gateway listening on ${this.config.port}:${this.config.internalIp}`,
|
||||||
|
)
|
||||||
resolve()
|
resolve()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user