Skip to content

Commit cb217a7

Browse files
committed
fix(plugins): satisfy slot registry type
1 parent 1da06dc commit cb217a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/plugins-command-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type SlotSelectionPlugin = {
2525
};
2626

2727
type SlotSelectionRegistry = {
28-
plugins: readonly SlotSelectionPlugin[];
28+
plugins: SlotSelectionPlugin[];
2929
};
3030

3131
function mergeRuntimeKinds(

0 commit comments

Comments
 (0)