File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11/**
22 * CORE
33 * ----------------------------------------
4- *
5- * Gery Hirscheld<@hirsch88>
6- *
7- * Please use this file to use any of the core components
4+ * It is very important that this file is loaded first, so we
5+ * can preconfigure and load all necessary stuff.
86 */
97
108/**
11- * Loads your .env file data into the process.env
9+ * Loads your .env file data into the process.env variable.
1210 */
1311require ( 'dotenv' ) . config ( ) ;
1412import 'reflect-metadata' ;
1513
1614/**
17- * Define the log adapter for this application
15+ * Define all log adapters for this application and chose one.
1816 */
1917import { Log , WinstonAdapter , DebugAdapter } from './log' ;
2018Log . addAdapter ( 'winston' , WinstonAdapter ) ;
Original file line number Diff line number Diff line change @@ -37,6 +37,5 @@ module.exports = (wallaby) => {
3737 // regular: 1
3838 // }
3939
40-
4140 } ;
4241} ;
You can’t perform that action at this time.
0 commit comments