Configure sequelize using config.js and sequelizerc

This commit is contained in:
2022-04-17 16:39:56 +02:00
parent 845005bcce
commit 0419733925
4 changed files with 37 additions and 6 deletions

5
.sequelizerc Normal file
View File

@@ -0,0 +1,5 @@
const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.js')
};