From c2f76e3efac4d2412b52c5ee21f9c0e8709a3cf2 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=B3=20types.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/swarm/backends/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/swarm/backends/types.ts b/src/utils/swarm/backends/types.ts index b57964c..7c3e07f 100644 --- a/src/utils/swarm/backends/types.ts +++ b/src/utils/swarm/backends/types.ts @@ -309,3 +309,4 @@ export type TeammateExecutor = { export function isPaneBackend(type: BackendType): type is 'tmux' | 'iterm2' { return type === 'tmux' || type === 'iterm2' } +