feat(server): add loaded locations debug endpoint

This commit is contained in:
Dax Raad
2026-07-05 15:58:43 -04:00
parent 535463ec08
commit 368b7ef0af
13 changed files with 118 additions and 1 deletions
+2
View File
@@ -30,7 +30,9 @@ test("exposes every standard HTTP API group", () => {
"reference",
"projectCopy",
"vcs",
"debug",
])
expect(Object.keys(client.debug)).toEqual(["location"])
expect(Object.keys(client.message)).toEqual(["list"])
expect(Object.keys(client.integration)).toEqual([
"list",