Files
gancio/.sequelizerc
lesion c408c44676 .
2019-06-07 17:02:33 +02:00

8 lines
219 B
Plaintext

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