add ecosystem.json for pm2 configuration

This commit is contained in:
catarak 2016-06-28 17:37:02 -04:00
parent 821e6d418f
commit 7fb7aab6f7

7
ecosystem.json Normal file
View file

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