0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
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

5 lines
161 B
JavaScript

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