An interesting repercussion of this was having to modify the nodezoo app to allow single running outside mesh so I could keep testing in isolation. Alls well that ends well
Adrian Rossouw
@AdrianRossouw
i wonder what the likelihood of 2 dependencies being unpublished like that
which will run the configured command for each service
usually this is npm install
but it can be anything
_
Adrian Rossouw
@AdrianRossouw
I just released Fuge 0.6.2 to resolve #74
Rocky Assad
@CodisRedding
\o/
Timo Weiß
@timoweiss
hey, what is the the difference between process and node?
Dean McDonnell
@mcdonnelldean
In what context?
Timo Weiß
@timoweiss
ah sry :D if you start the fuge shell, you get a table with the processes. for each process you have: name, type, status, watch, tail and count. and I mean the type:)
I think the type can be process, node or docker. if I start a process it changes to type node. But when I stop it, it doesn't change back to type process