@@ -16,6 +16,6 @@ app.use('/', (req, res) => {
}
});
const PORT = 8080;
const PORT = process.env.PORT || process.argv[1] || 8080;
app.listen(PORT, () => {});
console.log("this ran :P");
The note is not visible to the blocked user.