Files
nxxmdata/insurance_backend/.sequelizerc
2025-09-22 19:09:45 +08:00

8 lines
235 B
Plaintext

const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.json'),
'models-path': path.resolve('models'),
'seeders-path': path.resolve('seeders'),
'migrations-path': path.resolve('migrations')
};