pm2.json 207 B

123456789101112
  1. {
  2. "apps": [
  3. {
  4. "name": "nextjs-note@8082",
  5. "script": "index.js",
  6. "args": [],
  7. "env": {
  8. "PORT": "8082"
  9. }
  10. }
  11. ]
  12. }