chore: update readme

This commit is contained in:
Juan Picado 2020-12-23 11:51:38 +01:00
parent dabb358e64
commit f2bcdb91f9
1 changed files with 9 additions and 0 deletions

View File

@ -106,3 +106,12 @@ pnpm debug:break
```
> requires `pnpm build` previously
#### debug internal output
Each verdaccio module uses `debug`, use the namespaces in combination with filters to get a verbose output about each action, for example:
```
DEBUG=verdaccio:* pnpm start
```