Added config, dockerfile and extractors list

This commit is contained in:
2021-07-20 12:35:37 -04:00
parent 399dfc5aa2
commit cb4aee4b34
11 changed files with 161 additions and 9 deletions
+2 -1
View File
@@ -23,6 +23,7 @@
"dependencies": {
"@nestjs/bull": "^0.4.0",
"@nestjs/common": "^7.6.15",
"@nestjs/config": "^1.0.0",
"@nestjs/core": "^7.6.15",
"@nestjs/platform-express": "^7.6.15",
"bull": "^3.26.0",
@@ -80,4 +81,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}