fix(protocol): name path client group

This commit is contained in:
Brendan Allan 2026-07-23 12:04:06 +08:00
commit 421d649019
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E

View file

@ -60,6 +60,7 @@ export const groupNames = {
"server.project": "project",
"server.projectCopy": "projectCopy",
"server.vcs": "vcs",
"server.path": "path",
} as const
export const promiseOmitEndpoints = new Set(["pty.connect", "pty.connectToken"])