From a3fc31cfc007d270d5916b7d8927f4bc1d7e64c3 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Tue, 26 Nov 2024 13:58:39 +0100 Subject: [PATCH] fix: knip entry --- .github/knip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/knip.ts b/.github/knip.ts index 1892214..883cce7 100644 --- a/.github/knip.ts +++ b/.github/knip.ts @@ -1,7 +1,7 @@ import type { KnipConfig } from "knip"; const config: KnipConfig = { - entry: ["build/index.ts"], + entry: ["src/main.ts"], project: ["src/**/*.ts"], ignore: ["src/types/config.ts", "**/__mocks__/**", "**/__fixtures__/**", "src/types/database.ts"], ignoreExportsUsedInFile: true,