Created by: a-morales
Following the guide for integrating with a node backend, I found it a bit inconvenient having the start
script clearing the console every time a file was saved when running everything through foreman
.
This just adds the option to pass in a --verbose
(not sure if this is the right flag name) option to the start script that won't clear the console. I've read the contributing guideline, and maybe this should be an option that is enabled by default whenever proxy
is defined in package.json
.