spee.ch/.sequelizerc

5 lines
112 B
Plaintext
Raw Normal View History

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