From fefddd85f56ef512534c86e7ca6da9824bf2157d Mon Sep 17 00:00:00 2001 From: Glary-Bot Date: Mon, 20 Apr 2026 00:43:13 +0000 Subject: [PATCH] fix: add downloadServiceStore to knip ignore for stacked PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The store has no consumers yet — they arrive in follow-up PRs. Follows the existing CustomNodesPanel.vue precedent. --- knip.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/knip.config.ts b/knip.config.ts index b204587958..b47383b99b 100644 --- a/knip.config.ts +++ b/knip.config.ts @@ -54,6 +54,7 @@ const config: KnipConfig = { '.github/workflows/ci-oss-assets-validation.yaml', // Pending integration in stacked PR 'src/components/sidebar/tabs/nodeLibrary/CustomNodesPanel.vue', + 'src/platform/downloads/downloadServiceStore.ts', // Marketing media tooling — adopted by pages in a follow-up PR 'apps/website/src/components/common/SiteVideo.vue', 'apps/website/src/utils/marketingImage.ts',