chore: stabilize verification ignores
This commit is contained in:
parent
2d42e2b954
commit
c5f302d246
2 changed files with 1 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ const eslintConfig = defineConfig([
|
|||
globalIgnores([
|
||||
// Default ignores of eslint-config-next:
|
||||
".next/**",
|
||||
".claude/**",
|
||||
"out/**",
|
||||
"build/**",
|
||||
"next-env.d.ts",
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@ export interface JobsPerDayResult {
|
|||
kpi: ThroughputKpi
|
||||
}
|
||||
|
||||
const STATUSES = ['queued', 'claimed', 'running', 'done', 'failed', 'cancelled', 'skipped'] as const
|
||||
|
||||
type RawDayRow = { day: Date; status: string; count: bigint }
|
||||
type RawKpiRow = { today_count: bigint; done_7d: bigint; terminal_7d: bigint; avg_seconds: number | null }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue