UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

15 lines 247 B
{ "apps": [{ "name": "pomy", "script": "./startup.js", "exec_mode": "cluster", "watch": true, "env": { "NODE_ENV": "development" }, "env_production": { "NODE_ENV": "production" }, "args": "" }] }