update npm packages and healthcheck endpoint

This commit is contained in:
Joe Arndt 2026-02-09 17:49:58 -06:00
parent 164e51bf03
commit b11f78046f
4 changed files with 592 additions and 1883 deletions

View file

@ -0,0 +1,11 @@
meta {
name: Health
type: http
seq: 1
}
get {
url: {{localBaseUrl}}/health
body: none
auth: inherit
}