mirror of
https://github.com/strapi/strapi.git
synced 2025-10-03 12:26:19 +00:00
8 lines
211 B
JavaScript
8 lines
211 B
JavaScript
![]() |
// TODO: this condition might change
|
||
|
|
||
|
const fs = require('fs-extra');
|
||
|
const path = require('path');
|
||
|
const appSrc = path.join(__dirname, 'admin', 'src');
|
||
|
|
||
|
module.exports = fs.existsSync(path.join(appSrc, 'ee'));
|