feat: add health check endpoint and update Makefile for health URL

This commit is contained in:
mlogclub
2026-06-13 09:59:21 +08:00
parent b8a7dd022c
commit 164953d56d
4 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ GO ?= go
PNPM ?= pnpm
GOOS ?= $(shell $(GO) env GOOS)
GOARCH ?= $(shell $(GO) env GOARCH)
DEV_SERVER_URL ?= http://127.0.0.1:8083
DEV_SERVER_URL ?= http://127.0.0.1:8083/api/health
LANCEDB_VERSION ?= v0.1.2
LANCEDB_DOWNLOAD_SCRIPT ?= https://raw.githubusercontent.com/lancedb/lancedb-go/main/scripts/download-artifacts.sh
LANCEDB ?= 0