We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eba163 commit 59cc642Copy full SHA for 59cc642
src/database/db.ts
@@ -1,5 +1,4 @@
1
import knex from 'knex';
2
import knexConfig from './knexfile';
3
4
-export { redis } from './redis';
5
export const db = knex(knexConfig);
0 commit comments