Skip to content

Commit a748051

Browse files
author
hirsch88
committed
house cleaning
1 parent 3539bbc commit a748051

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/core/index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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
*/
1311
require('dotenv').config();
1412
import 'reflect-metadata';
1513

1614
/**
17-
* Define the log adapter for this application
15+
* Define all log adapters for this application and chose one.
1816
*/
1917
import { Log, WinstonAdapter, DebugAdapter } from './log';
2018
Log.addAdapter('winston', WinstonAdapter);

wallaby.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ module.exports = (wallaby) => {
3737
// regular: 1
3838
// }
3939

40-
4140
};
4241
};

0 commit comments

Comments
 (0)