You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,10 @@ The coverage taget has 3 available options:
390
390
391
391
**when no option is given `test:coverage` runs all options in the above order*
392
392
393
+
**Debugging**
394
+
395
+
Use `grunt serve:debug` for a more debugging-friendly environment.
396
+
393
397
## Environment Variables
394
398
395
399
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