improve inspector startup message
This commit is contained in:
@@ -121,6 +121,4 @@ app.get("/config", (req, res) => {
|
||||
});
|
||||
|
||||
const PORT = process.env.PORT || 3000;
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Server is running on port ${PORT}`);
|
||||
});
|
||||
app.listen(PORT, () => {});
|
||||
|
||||
Reference in New Issue
Block a user