enable debug
This commit is contained in:
parent
071994a17c
commit
c27ce7273a
|
@ -30,5 +30,10 @@
|
||||||
"express-list-endpoints": "^6.0.0",
|
"express-list-endpoints": "^6.0.0",
|
||||||
"jsonwebtoken": "^9.0.2",
|
"jsonwebtoken": "^9.0.2",
|
||||||
"mongoose": "^8.0.3"
|
"mongoose": "^8.0.3"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"mongodbMemoryServer": {
|
||||||
|
"debug": "1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue