.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('server' ,'config.js'),
|
||||
'config': path.resolve('config.js'),
|
||||
'migrations-path': path.resolve('server', 'migrations'),
|
||||
'models-path': path.resolve('server', 'api', 'models')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user