Bryce Jacobs
Results
3
comments of
Bryce Jacobs
+1 as well
@remy Anything we can do to help this get along? Anyone running microservices would be very happy I'm sure!
@mattkenefick We ended up landing on using a library named "concurrently" package.json example: "scripts":{ "server:one": "$(npm bin)/nodemon --watch services/one services/one", "server:two" "$(npm bin)/nodemon --watch services/two services/two", "start:dev": "$(npm bin)/concurrently \"npm...