Files
gancio/.sequelizerc
lesion 3ca818f016 .
2019-06-06 23:54:32 +02:00

8 lines
229 B
Plaintext

const path = require('path')
module.exports = {
'config': path.resolve('server' ,'config.js'),
'migrations-path': path.resolve('server', 'migrations'),
'models-path': path.resolve('server', 'api', 'models')
}