spee.ch/.sequelizerc

6 lines
116 B
Plaintext
Raw Normal View History

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