Created
April 4, 2017 13:41
-
-
Save gianpaj/04c5680a8275616aac5e46374e07f673 to your computer and use it in GitHub Desktop.
pm2 ecosystem.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apps": [ | |
{ | |
"name": "my-app-1", | |
"script": "./server.data/index.js" | |
}, | |
{ | |
"name": "static-http", | |
"script": "npm", | |
"args": "start" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, I have a folder structure like this: