basic seed files and restructuring
This commit is contained in:
+4
-4
@@ -1,8 +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')
|
||||
'config': path.resolve('./app/config', 'migrations.config.js'),
|
||||
'models-path': path.resolve('./', 'models'),
|
||||
'seeders-path': path.resolve('./', 'seeders'),
|
||||
'migrations-path': path.resolve('./', 'migrations')
|
||||
}
|
||||
Reference in New Issue
Block a user