Skip to content

Commit 0870e01

Browse files
committed
docs(README): add note about grunt serve:debug
1 parent 33eea65 commit 0870e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ The coverage taget has 3 available options:
390390

391391
* *when no option is given `test:coverage` runs all options in the above order*
392392

393+
**Debugging**
394+
395+
Use `grunt serve:debug` for a more debugging-friendly environment.
396+
393397
## Environment Variables
394398

395399
Keeping your app secrets and other sensitive information in source control isn't a good idea. To have grunt launch your app with specific environment variables, add them to the git ignored environment config file: `server/config/local.env.js`.

0 commit comments

Comments
 (0)