update boot string

This commit is contained in:
timothycarambat
2024-01-11 11:30:39 -08:00
parent 4f6927cdcc
commit 22b0fc7ba1
+1 -1
View File
@@ -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) {