//Starts import app from "./app.js"; const PORT = process.env.PORT || 7653; app.listen(PORT, () => { console.log(`Transit API http://localhost:${PORT}`); });