Removed pm2 global install in favor of local node_modules (#662)

This commit is contained in:
Isaac Abadi
2022-06-24 13:14:28 -04:00
parent d300a8a3c6
commit fecefde3ad
6 changed files with 1238 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
set -eu
CMD="pm2-runtime pm2.config.js"
CMD="npm start"
# if the first arg starts with "-" pass it to program
if [ "${1#-}" != "$1" ]; then