Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

feat: move health check to header #218

Merged
merged 6 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions knip.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
entry: ["src/main.tsx"],
ignore: ["src/api/generated/**/*"],
ignoreDependencies: ["husky"],
project: ["src/**/*.{js,jsx,ts,tsx}"],
};

export default config;
Comment on lines +1 to +10
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useful for finding dead code after a refactor

Loading
Loading