spee.ch/.sequelizerc
2017-11-07 10:57:31 -08:00

5 lines
No EOL
114 B
Text

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