improve inspector startup message

This commit is contained in:
Ashwin Bhat
2024-11-19 16:57:02 -08:00
parent 676de45bab
commit f684d2e891
6 changed files with 13 additions and 12 deletions

View File

@@ -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, () => {});