Skip to content

Commit d9652bb

Browse files
feat: move health check to header (#218)
* feat: initial work to move status check into header * chore: tests & tidy ups * chore: UI tidy up * fix: header menu spacing
1 parent f9461bc commit d9652bb

22 files changed

+963
-600
lines changed

knip.ts

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { KnipConfig } from "knip";
2+
3+
const config: KnipConfig = {
4+
entry: ["src/main.tsx"],
5+
ignore: ["src/api/generated/**/*"],
6+
ignoreDependencies: ["husky"],
7+
project: ["src/**/*.{js,jsx,ts,tsx}"],
8+
};
9+
10+
export default config;

0 commit comments

Comments
 (0)