const port = process.env.PORT || serverConfig.port; await app.listen(port);. To run app without defining environment variable, I run following ...
確定! 回上一頁