diff --git a/vite.config.ts b/vite.config.ts index 479dc1e..47078e6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -37,6 +37,12 @@ export default defineConfig({ "convex/_generated/**", "src/routeTree.gen.ts", ], + thresholds: { + lines: 60, + statements: 60, + functions: 60, + branches: 60, + }, }, }, });