feat(api): publish v2 reference

This commit is contained in:
Dax Raad 2026-07-06 01:29:08 -04:00
commit eed23d8ee9
40 changed files with 26473 additions and 147 deletions

View file

@ -21,7 +21,7 @@ export const CommandGroup = HttpApiGroup.make("server.command")
)
.annotateMerge(
OpenApi.annotations({
title: "commands",
title: "command",
description: "Experimental command routes.",
}),
)