trade-backend/.sequelizerc

5 lines
102 B
Text
Raw Permalink Normal View History

2025-07-01 21:07:46 +05:00
const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.cjs'),
};