Skip to content

Instantly share code, notes, and snippets.

@kianenigma
Created May 7, 2017 14:27
Show Gist options
  • Save kianenigma/d3f7145d3f67bfa4b1988ee2ec83801e to your computer and use it in GitHub Desktop.
Save kianenigma/d3f7145d3f67bfa4b1988ee2ec83801e to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"path": "./front.js",
"port": 4000,
"stdio": "file"
},
{
"path": "./client.js",
"port": 5000,
"stdio": "file"
},
{
"path": "./worker.js",
"port": 6000,
"stdio": "file"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment