const path = require('path'); module.exports = { config: path.resolve('dist', 'config', 'sequelize.bridge.config.js'), 'migrations-path': path.resolve('dist/migrations'), };