diff --git a/server/index.js b/server/index.js index 9173b8a..34813c5 100644 --- a/server/index.js +++ b/server/index.js @@ -1,6 +1,6 @@ 'use strict' import config from '../scripts/load-config.js' -import Logger from '../scripts/logger.js' +import * as Logger from '../scripts/logger.js' import cluster from 'cluster' import path from 'path'