You set `PORT=8080` in your shell before running the app. What does this line evaluate to?const port = Number(process.env.PORT) || 3000;