const path = require('path');
module.exports = {
'config': path.resolve('config','migration-config.cjs'),
'models-path': path.resolve('models'),
'seeders-path': path.resolve('seeders'),
'migrations-path': path.resolve('migrations')
}