1.0.0 • Published 6 years ago

kin-pm2-start v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

pm2 START

import nodeStart from 'kin-pm2-start';

const config ={
  "name"        : 'this is a name',
  "script"      : "main.js",// entry js
  "watch"       : false,
  "env": {
      "PORT": "8000"
  }
}
nodeStart(config);
1.0.0

6 years ago