integration with migrations/seeds/etc
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('./app/config', 'config.js'),
|
||||
'models-path': path.resolve('./app', 'models'),
|
||||
'seeders-path': path.resolve('./app', './seeders'),
|
||||
'migrations-path': path.resolve('./app', './migrations')
|
||||
}
|
||||
Reference in New Issue
Block a user