mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): validate configuration
This commit is contained in:
parent
ad98ce4e88
commit
e78c6e312d
8 changed files with 109 additions and 12 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"test:e2e": "jest --config ./apps/listory/test/jest-e2e.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hapi/joi": "^17.1.1",
|
||||
"@nestjs/common": "^7.0.9",
|
||||
"@nestjs/config": "^0.4.0",
|
||||
"@nestjs/core": "^7.0.9",
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
"@nestjs/schematics": "^7.0.0",
|
||||
"@nestjs/testing": "^7.0.9",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/hapi__joi": "^16.0.12",
|
||||
"@types/jest": "^25.2.1",
|
||||
"@types/node": "^13.13.4",
|
||||
"@types/passport-jwt": "^3.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue