summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot/ready.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(backend): add /healthz endpoint (#13834)Acid Chicken2024-05-231-0/+6
* feat(backend): add /healthz endpoint * feat(backend): also check meilisearch status if available * style: header * chore: no-store * chore: healthcheck.sh * style: format