Skip to content

Commit

Permalink
fix: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Nov 26, 2024
1 parent c87ec13 commit 8774be4
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: ["build/index.ts"],
entry: ["src/main.ts", "src/worker.ts"],
project: ["src/**/*.ts"],
ignore: ["**/__mocks__/**", "**/__fixtures__/**", "src/types/database.ts"],
ignoreExportsUsedInFile: true,
Expand Down

0 comments on commit 8774be4

Please sign in to comment.