secajs/.sequelizerc

7 lines
177 B
Text
Raw Normal View History

2025-03-09 17:09:40 +01:00
const path = require('path');
module.exports = {
config: path.resolve('src', 'database', 'config.js'),
'migrations-path': path.resolve('src', 'database', 'migrations'),
};