diff --git a/probe/covencat-live.mjs b/probe/covencat-live.mjs new file mode 100644 index 0000000..a603395 --- /dev/null +++ b/probe/covencat-live.mjs @@ -0,0 +1,6 @@ +export function describeLiveProbe(value) { + return { + value, + status: "ready", + }; +}