refactor: remove host from the server ready log (#11485)
This commit is contained in:
5
.changeset/flat-rockets-notice.md
Normal file
5
.changeset/flat-rockets-notice.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
refactor: remove host from the server ready log
|
||||
@@ -206,10 +206,7 @@ async function start(args: {
|
||||
|
||||
const server = GracefulShutdownServer.create(
|
||||
http_.listen(port, host).on("listening", () => {
|
||||
logger.success(
|
||||
serverActivity,
|
||||
`Server is ready on http://${host || "localhost"}:${port}`
|
||||
)
|
||||
logger.success(serverActivity, `Server is ready on port: ${port}`)
|
||||
displayAdminUrl({ container, host, port })
|
||||
track("CLI_START_COMPLETED")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user