Currently trying to use `-dc` with `serve` will just have `couchapp` exit quietly. It seems to work by just adding ``` else if (command == 'serve') { serve(app); } ``` after line 164, but I'm not sure if this omission is intentional.