mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-29 13:32:30 +02:00
Fix migration
This commit is contained in:
parent
49a79185f7
commit
c32f7f9064
@ -20,7 +20,7 @@ const store = loadStore({
|
|||||||
return !['index.js', 'store.js'].includes(relativePath) && relativePath.match(/\.js$/)
|
return !['index.js', 'store.js'].includes(relativePath) && relativePath.match(/\.js$/)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
logger: process.env.NODE_ENV !== 'development' && logger,
|
logger: logger,
|
||||||
methodContext: {
|
methodContext: {
|
||||||
knex,
|
knex,
|
||||||
utils
|
utils
|
||||||
|
Loading…
Reference in New Issue
Block a user