We need first to intercept the SIGINT signal (emitted by pm2 stop ):. const app = express() const port = process.env.port || 8000 app.get('/', (req, ...
確定! 回上一頁