tududi/.sequelizerc
Chris 72d0baeb75
Notes page revamp! (#487)
* Setup wide layout

* fixup! Setup wide layout

* Setup new layout
2025-11-06 17:59:30 +02:00

8 lines
288 B
Text

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