Add @nestjs/mongoose and @nestjs/config packages
This commit is contained in:
parent
28cf2b0740
commit
295ff2b8c7
2 changed files with 270 additions and 3 deletions
|
|
@ -21,7 +21,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^10.0.0",
|
||||
"@nestjs/config": "^4.0.0",
|
||||
"@nestjs/core": "^10.0.0",
|
||||
"@nestjs/mongoose": "^11.0.0",
|
||||
"@nestjs/platform-express": "^10.0.0",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
"rxjs": "^7.8.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue