initial commit

This commit is contained in:
Wyatt Johnson
2018-06-16 17:20:51 -06:00
commit 02e1236792
39 changed files with 5258 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import bunyan from 'bunyan';
const logger = bunyan.createLogger({ name: 'talk' });
export default logger;