explorer/.sequelizerc

5 lines
102 B
Text
Raw Permalink Normal View History

2024-09-23 00:18:01 +07:00
const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.cjs'),
};