WikiLerni/.sequelizerc

5 lines
102 B
Plaintext

const path = require('path');
module.exports = {
'config': path.resolve('config', 'database.js')
};