0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/exporter/index.js
Hannah Wolfe d6d6841186
Added benefits, offers and snippets to exporter
- These are more things that we should write an importer for
2022-05-20 20:30:55 +01:00

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
};