add ecosystem.json for pm2 configuration

This commit is contained in:
catarak 2016-06-28 17:37:02 -04:00
parent 821e6d418f
commit 7fb7aab6f7
1 changed files with 7 additions and 0 deletions

7
ecosystem.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "p5js-web-editor",
"script": "index.js",
"env": {
"NODE_ENV": "production"
}
}