Created
December 8, 2018 16:05
-
-
Save talyssonoc/2634b097847f4718d2674da10cc4c457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var path = require('path'); | |
module.exports = { | |
'config': path.resolve('config', 'database.json'), | |
'migrations-path': path.resolve('src/infra/sequelize', 'migrations'), | |
'models-path': path.resolve('src/infra/sequelize', 'models'), | |
'seeders-path': path.resolve('src/infra/sequelize', 'seeders') | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment