nzediegwu1/EventManager

View on GitHub
.sequelizerc

Summary

Maintainability
Test Coverage
const path = require('path');

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