From 37c22aa5b736e34d0ac6ac6475884884d318a1a4 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 28 Nov 2024 02:35:33 +0900 Subject: [PATCH] chore: fix knip --- .github/knip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/knip.ts b/.github/knip.ts index 99862bb..018ed4f 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -1,7 +1,7 @@ import type { KnipConfig } from "knip"; const config: KnipConfig = { - entry: ["src/index.ts"], + entry: ["src/index.ts", "src/worker.ts"], project: ["src/**/*.ts"], ignore: ["**/__mocks__/**", "**/__fixtures__/**", "src/types/database.ts", "dist/**"], ignoreExportsUsedInFile: true,