wrong execution path for index.js - fixed
This commit is contained in:
parent
af0a6f4087
commit
d720686048
1 changed files with 1 additions and 1 deletions
2
cli
2
cli
|
|
@ -19,7 +19,7 @@ function start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pm2.start({
|
pm2.start({
|
||||||
script: 'index.js',
|
script: path.join(__dirname,'index.js'),
|
||||||
name: 'xcarve'
|
name: 'xcarve'
|
||||||
}, (err, apps) => {
|
}, (err, apps) => {
|
||||||
pm2.disconnect();
|
pm2.disconnect();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue