Chris
Results
1
comments of
Chris
Adding .sequelizerc file with the following code in the root directory solved my problem. ``` const path = require('path') module.exports = { 'config': path.resolve('server/config', 'config.js'), 'models-path': path.resolve('server', 'models'), 'seeders-path': path.resolve('server',...