feat: implement health checks

This commit is contained in:
Stevan Freeborn
2026-07-04 11:05:50 -05:00
parent 56bf4b7d11
commit 65dff6cca7
8 changed files with 197 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local M = {}
M.config = {
greeting = "Hello from my plugin"
greeting = "Hello from my plugin",
}
function M.setup(opts)