Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 560 Bytes

README.adoc

File metadata and controls

24 lines (15 loc) · 560 Bytes

App Api

Module Resolution

Any directory under src/ must be mapped under the "_moduleAliases" key in package.json

All files under src/ are compiled to bin/

Configuration

Configuration is done under src/config

  • API config is in api.ts

  • Firestore config is in firestore.ts

  • Logging and Winston config is in winston.ts