mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
5beb1bf619
* Update Configuration to handle arrays * Add new db client * Add comment
7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
const db = require("./db");
|
|
|
|
module.exports = {
|
|
mongoDB() {
|
|
return db;
|
|
},
|
|
};
|