remove babel/register from pm2 script start
does not work
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
require('babel/register');
|
|
||||||
var pm2 = require('pm2');
|
var pm2 = require('pm2');
|
||||||
pm2.connect(function() {
|
pm2.connect(function() {
|
||||||
pm2.start({
|
pm2.start({
|
||||||
|
Reference in New Issue
Block a user