【发布时间】:2020-07-17 00:33:39
【问题描述】:
我的 index.js:
const PORT = process.env.PORT || 8453;
app.listen(PORT, () => console.log("Server in listening on port: " + PORT));
但是,在部署日志中:
Running build (yarn)
yarn run v1.22.4
$ node src/index.js
Server in listening on port: 8453
【问题讨论】:
标签: javascript mongodb heroku deployment continuous-deployment