mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-05 18:32:27 +00:00
Change server bootup log
This commit is contained in:
parent
1e98da07bc
commit
5f6a013139
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ app
|
|||
.listen(process.env.SERVER_PORT || 3001, async () => {
|
||||
await setupTelemetry();
|
||||
console.log(
|
||||
`Example app listening on port ${process.env.SERVER_PORT || 3001}`
|
||||
`Primary server listening on port ${process.env.SERVER_PORT || 3001}`
|
||||
);
|
||||
})
|
||||
.on("error", function (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue