soupette e4b9c80b08 Change ee folder directory
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 10:54:21 +02:00

8 lines
216 B
JavaScript

// TODO: this condition might change
const fs = require('fs-extra');
const path = require('path');
const appAdminPath = path.join(__dirname, 'admin');
module.exports = fs.existsSync(path.join(appAdminPath, 'ee'));