6 comments

[ 0.17 ms ] story [ 26.9 ms ] thread
> $ npm run-script dev-server

> Starting Website

> [ERROR]

I'd start with crushing the soul of whomever didnt put in quality logging (debug package). Next I'd cry about my lack of debugger knowledge for nodejs.

The problem of keeping this kind of configuration up-to-date is an interesting one. I'm curious if anyone has tried encoding the local development configuration in how they run integration tests so that it never falls out of date.
This seems like a useful tool for managing a complex service configuration problem. Nice work.