Fix patch_detector :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 14s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-13 19:12:10 +01:00
parent f4cf64e164
commit e6848435d4
3 changed files with 512 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "patch_detector",
"version": "1.0.0",
"main": "index.js",
"main": "index.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -13,6 +13,7 @@
"mongodb": "^6.10.0"
},
"devDependencies": {
"@types/node": "^22.10.1"
"@types/node": "^22.10.1",
"tsx": "^4.19.2"
}
}