logistics -> exporter, remove cutesy naming of lib

This commit is contained in:
Tom Moor
2021-02-22 21:51:01 -08:00
parent 04f942141f
commit 2195787e7d
3 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ please refer to the [architecture document](ARCHITECTURE.md) first for a high le
Outline uses [debug](https://www.npmjs.com/package/debug). To enable debugging output, the following categories are available:
```
DEBUG=sql,cache,presenters,events,logistics,emails,mailer
DEBUG=sql,cache,presenters,events,importer,exporter,emails,mailer
```
## Tests