diff --git a/app/server/app.js b/app/server/app.js index 939618b6..3cbce013 100644 --- a/app/server/app.js +++ b/app/server/app.js @@ -2,6 +2,7 @@ /* jshint esversion: 6, asi: true, node: true */ // app.js +var fs = require('fs') var path = require('path') var nodeRoot = path.dirname(require.main.filename) var configPath = path.join(nodeRoot, 'config.json')