@notross/mongo-singleton
Version:
A lightweight, zero-fuss way to get a single shared MongoDB connection across your Node.js codebase.
12 lines • 337 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = void 0;
const mongodb_1 = require("mongodb");
exports.defaultConfig = {
serverApi: {
version: mongodb_1.ServerApiVersion.v1,
strict: true,
deprecationErrors: true,
},
};
//# sourceMappingURL=config.js.map
;