|
@@ -1,7 +1,7 @@
|
|
|
const {resolve} = require('path')
|
|
const {resolve} = require('path')
|
|
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
|
- 'migrations-path': resolve('build', 'database', 'migrations'),
|
|
|
|
|
|
|
+ 'migrations-path': resolve('migrations'),
|
|
|
'seeders-path': resolve('build', 'database', 'seeders'),
|
|
'seeders-path': resolve('build', 'database', 'seeders'),
|
|
|
'models-path': resolve('build', 'database', 'models'),
|
|
'models-path': resolve('build', 'database', 'models'),
|
|
|
'config': resolve('build', 'database', 'config', 'config.js'),
|
|
'config': resolve('build', 'database', 'config', 'config.js'),
|