From 70095f08f4714f014cf94b521a399bcf416c30a5 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 1 May 2026 05:32:37 -0700 Subject: [PATCH] fix(plugins): satisfy slot registry type --- src/cli/plugins-command-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/plugins-command-helpers.ts b/src/cli/plugins-command-helpers.ts index 390798dc0db..64747fdcfe9 100644 --- a/src/cli/plugins-command-helpers.ts +++ b/src/cli/plugins-command-helpers.ts @@ -25,7 +25,7 @@ type SlotSelectionPlugin = { }; type SlotSelectionRegistry = { - plugins: readonly SlotSelectionPlugin[]; + plugins: SlotSelectionPlugin[]; }; function mergeRuntimeKinds(