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