WikiLerni/.sequelizerc

5 lines
102 B
Plaintext
Raw Permalink Normal View History

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