youtube_live_calendar/.sequelizerc

9 lines
244 B
Plaintext
Raw Normal View History

const path = require('path');
module.exports = {
'config': path.resolve('config/config.js'),
'models-path': path.resolve('src/models'),
'migrations-path': path.resolve('src/migrations'),
'seeders-path': path.resolve('src/seeders'),
};