spee.ch/.sequelizerc

5 lines
112 B
Text
Raw Normal View History

2017-11-07 10:57:31 -08:00
const path = require('path');
module.exports = {
'config': path.resolve('config', 'sequelizeCliConfig.js'),
2017-11-07 10:57:31 -08:00
}