diff --git a/src/config/constants.js b/src/config/constants.js index be33c9b..c568f8e 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -1,3 +1,5 @@ +const path = require('path'); + module.exports = { - basedir: __dirname, + basedir: path.join(__dirname, '../'), }; \ No newline at end of file