mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
update boot string
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ app
|
||||
await systemInit();
|
||||
setupDebugger(apiRouter);
|
||||
console.log(
|
||||
`Example app listening on port ${process.env.SERVER_PORT || 3001}`
|
||||
`Backend server listening on port ${process.env.SERVER_PORT || 3001}`
|
||||
);
|
||||
})
|
||||
.on("error", function (err) {
|
||||
|
||||
Reference in New Issue
Block a user