Reapply "feat(desktop): terminal pane (#5081)"

This reverts commit f9dcd97936.
This commit is contained in:
Adam
2025-12-04 20:32:08 -06:00
parent d82bd430f6
commit 09f522f0aa
26 changed files with 2299 additions and 402 deletions

View File

@@ -8,6 +8,7 @@ export namespace Identifier {
permission: "per",
user: "usr",
part: "prt",
pty: "pty",
} as const
export function schema(prefix: keyof typeof prefixes) {