mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
const {BACKUP_TABLES, TABLES_ALLOWLIST} = require('./table-lists');
|
|
|
|
module.exports = {
|
|
doExport: require('./exporter'),
|
|
fileName: require('./export-filename'),
|
|
BACKUP_TABLES,
|
|
TABLES_ALLOWLIST
|
|
};
|