1.0.0 • Published 7 years ago
kin-pm2-start v1.0.0
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
7 years ago