mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
c39d1996a4
refs https://github.com/TryGhost/Team/issues/694 refs https://linear.app/tryghost/issue/CORE-16/tackle-importersdataindexjs - This extra step was done to keep the git history cleaner (previous commit was a clean rename). This new index file exposes just one thing. - The next step here should be refactoring of the "importer-manager" module into a class following a DI pattern.
1 line
46 B
JavaScript
1 line
46 B
JavaScript
module.exports = require('./import-manager');
|