mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03: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
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
module.exports = {
|
|
doExport: require('./exporter'),
|
|
fileName: require('./export-filename'),
|
|
BACKUP_TABLES: require('./table-lists').BACKUP_TABLES
|
|
};
|