promise request attempt
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('./app/config', 'migrations.config.js'),
|
||||
'config': path.resolve('./app/config', 'db.config.js'),
|
||||
'models-path': path.resolve('./', 'models'),
|
||||
'seeders-path': path.resolve('./', 'seeders'),
|
||||
'migrations-path': path.resolve('./', 'migrations')
|
||||
|
||||
Reference in New Issue
Block a user