mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 12:52:15 +00:00
Add winston
This commit is contained in:
parent
b871c5b97c
commit
6da794f244
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var path = require("path");
|
var path = require("path");
|
||||||
|
var winston = require("winston");
|
||||||
var mongoose = require("mongoose");
|
var mongoose = require("mongoose");
|
||||||
var config = require(path.join(__dirname, "../config/config.js"));
|
var config = require(path.join(__dirname, "../config/config.js"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue