doc and other commands

This commit is contained in:
Gabriel Pastori
2023-11-19 16:31:24 -03:00
parent f28fbfcea0
commit c66cd1ad7a
14 changed files with 289 additions and 77 deletions

View File

@@ -29,7 +29,10 @@ function installPM2() {
return resolve(false)
}
console.log(stdout)
resolve(true)
console.log('\n\n🔁 Please restart the process to use PM2')
resolve(false)
})
})
}