feat: add health check
Summary: Test Plan:
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
"deploy": "wrangler deploy --minify src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"hono": "^4.3.6"
|
||||
"@hono/zod-openapi": "^0.12.0",
|
||||
"hono": "^4.3.6",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20240403.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/bun": "^1.1.2",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-toml": "^2.0.1",
|
||||
"wrangler": "^3.47.0"
|
||||
|
||||
Reference in New Issue
Block a user