Skip to content

Commit

Permalink
chore: fix knip
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 27, 2024
1 parent 02d312b commit 37c22aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/knip.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 37c22aa

Please sign in to comment.