litebb/.sequelizerc

1const path = require('path'); 2 3module.exports = { 4 'config': path.resolve('config', 'app.js') 5}