From 69d4b6f8a159dff1025f092c9aae302051a93539 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:32:52 +0000 Subject: [PATCH] fix(knip): declare gallery generator script as intentional entry Agent-Logs-Url: https://github.com/Cleboost/DiabeTeam/sessions/67c490c1-9fb8-4d96-a731-bdaffd92c2cd Co-authored-by: Cleboost <61158869+Cleboost@users.noreply.github.com> --- knip.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/knip.json b/knip.json index 5b68e0f..748f9d4 100644 --- a/knip.json +++ b/knip.json @@ -1,3 +1,4 @@ { - "$schema": "https://unpkg.com/knip@5/schema-jsonc.json" + "$schema": "https://unpkg.com/knip@5/schema-jsonc.json", + "entry": ["scripts/generate-gallery.ts"] }