Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@nodulus/master

nodulus16ISC0.0.2

null

readme

-nodulus-master

configuration

{
    "server": {
        "ip": "127.0.0.1",
        "protocol": "http://"
    },
    "applications": {
        "app1.com": {
            "port": 4000,
            "domain": "app1.com",
            "cwd": "C:\\app1",
            "main": "app.js"
        },
        "app2.com": {
            "port": 4001,
            "domain": "app2.com",
            "cwd": "C:\\app2",
            "main": "app.js"
        }
    }
}