Skip to content

Instantly share code, notes, and snippets.

@rafael6g
Forked from gianpaj/ecosystem.json
Created November 11, 2020 17:38
Show Gist options
  • Save rafael6g/f68105e739cf5b9c64195d0ce02beb22 to your computer and use it in GitHub Desktop.
Save rafael6g/f68105e739cf5b9c64195d0ce02beb22 to your computer and use it in GitHub Desktop.
pm2 ecosystem.json
{
"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