Ghost/core/server/data/exporter/index.js
Naz 459e8215b9 Split data exporter's index file into separate module
refs https://github.com/TryGhost/Team/issues/610

- This is a next step removing bloat from export module's index.js file, which get's rid of eslisn error completely
2021-05-21 19:13:55 +04:00

6 lines
161 B
JavaScript

module.exports = {
doExport: require('./exporter'),
fileName: require('./export-filename'),
BACKUP_TABLES: require('./table-lists').BACKUP_TABLES
};