From 55fd6e555ac1995b4a24032ebad2a3ce6b06c02b Mon Sep 17 00:00:00 2001 From: Huanqi Cao Date: Sun, 9 Aug 2026 02:14:45 +0800 Subject: [PATCH] fix(knip): restore pwsh-sandbox entry body mangled by merge The merge-forward collapsed the pwsh-sandbox key with the parent's e2b entry into invalid JSON; restore the branch's original entry alongside the kept e2b entry. --- knip.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/knip.json b/knip.json index f39ee8d302..de77396c7c 100644 --- a/knip.json +++ b/knip.json @@ -233,6 +233,15 @@ ] }, "packages/bash/pwsh-sandbox": { + "entry": [ + "tests/**/*.spec.ts", + "tests/**/*.e2e.ts" + ], + "project": [ + "src/**/*.ts", + "tests/**/*.ts" + ] + }, "packages/e2b/e2b": { "entry": [ "tests/**/*.spec.ts",