mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Brought back index.js file exposing a single thing
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 probably be refactoring of the data-importer module into a class following a DI pattern.
This commit is contained in:
parent
208dd49971
commit
90e9e473ad
1 changed files with 1 additions and 0 deletions
1
core/server/data/importer/importers/data/index.js
Normal file
1
core/server/data/importer/importers/data/index.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = require('./data-importer');
|
Loading…
Add table
Reference in a new issue