5 lines
116 B
Text
5 lines
116 B
Text
const path = require('path');
|
|
|
|
module.exports = {
|
|
'config': path.resolve('devConfig', 'sequelizeCliConfig.js'),
|
|
}
|