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 306 B
{ "apps": [{ "name": "pomy.site", "script": "./startup.js", "exec_mode": "cluster", "watch": true, "env": { "NODE_ENV": "development" }, "env_production": { "NODE_ENV": "production" }, "args": "--ip 127.0.0.1 --port 8421 --target local --debug true" }] }