feat: added healthcheck script

This commit is contained in:
Ritesh Ghosh
2023-08-19 22:49:39 +05:30
parent 5f2759baf6
commit 0791724a9f
+2 -1
View File
@@ -8,7 +8,8 @@
"dev": "nodemon src/server.ts",
"build": "tsc -p tsconfig.json",
"prepare": "husky install",
"test": "jest"
"test": "jest",
"healthcheck": "curl -f http://localhost:4000/health"
},
"repository": {
"type": "git",