UNPKG
ncrudify
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Configurable CRUD module for NestJS and Mongoose.
github.com/mitinoh/crudify
mitinoh/crudify
ncrudify
/
dist
/
shared
/
const.namespace.js
8 lines
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
CONST
=
void
0
;
var
CONST
; (
function
(
CONST
) {
CONST
.
MONGO_URI
=
"mongodb://127.0.0.1:27017/"
; })(
CONST
|| (
exports
.
CONST
=
CONST
= {}));
//# sourceMappingURL=const.namespace.js.map