You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var sponsor = process.env.SPONSOR || "unsponsored";
app.listen(process.env.PORT || 3000, () => console.log('Tetris app listening on port 3000! Brought to you all by the one and only ', sponsor + ", of course."));