astro-healthcheck-ts
v1.0.2
Published
Add healthcheck endpoint to astro site - typescript-compatible
Downloads
204
Readme
Astro Healthcheck
Add healthcheck endpoint to astro site.
Install
Automatic (recomended)
npx astro add astro-healthcheck-ts
Usage
Explicit
GET yoursite.com/heathcheck -> 200 { healthy: true }
Less bandwidth
HEAD yoursite.com/heathcheck -> 204