From a5cd0f100c9e46b0ae4cdc055d992a4b424c16cf Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Sat, 7 Sep 2024 18:02:16 -0400 Subject: [PATCH] Remove threshholds --- vite.config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 47078e6..479dc1e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -37,12 +37,6 @@ export default defineConfig({ "convex/_generated/**", "src/routeTree.gen.ts", ], - thresholds: { - lines: 60, - statements: 60, - functions: 60, - branches: 60, - }, }, }, });