Closed skovsgaard closed 9 years ago
Listening on port 8080 as previously described by the task doesn't make the app accessible to kick-off-koa run hello.js. This should be clearer about needing to use process.argv[2].
kick-off-koa run hello.js
process.argv[2]
thanks
:+1:
Listening on port 8080 as previously described by the task doesn't make the app accessible to
kick-off-koa run hello.js
. This should be clearer about needing to useprocess.argv[2]
.