From 7fb7aab6f7eb04b4ddefff0804e9f12baed85b7c Mon Sep 17 00:00:00 2001 From: catarak Date: Tue, 28 Jun 2016 17:37:02 -0400 Subject: [PATCH] add ecosystem.json for pm2 configuration --- ecosystem.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ecosystem.json diff --git a/ecosystem.json b/ecosystem.json new file mode 100644 index 00000000..dd58366c --- /dev/null +++ b/ecosystem.json @@ -0,0 +1,7 @@ +{ + "name": "p5js-web-editor", + "script": "index.js", + "env": { + "NODE_ENV": "production" + } +} \ No newline at end of file