uek-109-LBb/counter_kand/backend/.sequelizerc

8 lines
254 B
Plaintext
Raw Normal View History

2024-07-02 10:54:15 +02:00
const path = require('path');
module.exports = {
'config': path.resolve('config', 'config.js'),
'models-path': path.resolve('src', 'models'),
'seeders-path': path.resolve('src', 'seeders'),
'migrations-path': path.resolve('src', 'migrations')
};