index
:
modmail
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
knex.js
blob: b6b634681f63c2133257d5ffacc86dfea5519d1a (
plain
) (
blame
)
1
2
const
config
=
require
(
'./config'
);
module
.
exports
=
require
(
'knex'
)(
config
.
knex
);