Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 | import app from '../infra/http/expres-adapter'; // Corrigido o caminho do import const port = parseInt(process.env.APP_PORT as string) || 3002; app.listen(port, () => { console.log('\x1b[33m%s\x1b[0m', `=> 🚀 Server running on the port: ${port}`); }); |