Merge pull request #4 from peet86/master
wrong execution path for index.js fixed
This commit is contained in:
commit
f50318b34c
1 changed files with 1 additions and 1 deletions
2
cli
2
cli
|
|
@ -18,7 +18,7 @@ function start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
pm2.start({
|
pm2.start({
|
||||||
script: 'index.js',
|
script: path.join(__dirname,'index.js'),
|
||||||
name: 'xcarve',
|
name: 'xcarve',
|
||||||
cwd: process.cwd()
|
cwd: process.cwd()
|
||||||
}, (err, apps) => {
|
}, (err, apps) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue