From d1c4c3344ebf2cd9533ca2be20af169697f20b8f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 31 May 2026 11:47:34 -0400 Subject: [PATCH] ci: mark browser redactor as UI entry --- config/knip.config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/knip.config.ts b/config/knip.config.ts index c5062343524..eaa37fe7f14 100644 --- a/config/knip.config.ts +++ b/config/knip.config.ts @@ -158,7 +158,13 @@ const config = { ], }, ui: { - entry: ["index.html!", "src/main.ts!", "vite.config.ts!", "vitest*.ts!"], + entry: [ + "index.html!", + "src/main.ts!", + "src/ui/browser-redact.ts!", + "vite.config.ts!", + "vitest*.ts!", + ], project: ["src/**/*.{ts,tsx}!"], }, "packages/sdk": {