Fix migration

This commit is contained in:
Michele Marcucci 2024-03-31 11:46:34 +02:00
parent 49a79185f7
commit c32f7f9064
2 changed files with 1 additions and 1 deletions

View File

@ -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