mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
459e8215b9
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
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
module.exports = {
|
|
doExport: require('./exporter'),
|
|
fileName: require('./export-filename'),
|
|
BACKUP_TABLES: require('./table-lists').BACKUP_TABLES
|
|
};
|