uek-109-LBb/counter_kand/backend/.sequelizerc
2024-07-02 08:54:15 +00:00

8 lines
254 B
Plaintext

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')
};