Skip to content

Commit

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

0 comments on commit a3fc31c

Please sign in to comment.