benfluleck/HelloBooks

View on GitHub
.sequelizerc

Summary

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

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