From dab8c29da8079018bb8c612cfdb3775b4d0f2796 Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Mon, 16 Feb 2026 12:03:22 +0100 Subject: [PATCH] Fix typo in turbo.json --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 6dbac94d..d7713477 100644 --- a/turbo.json +++ b/turbo.json @@ -4,7 +4,7 @@ "globalDependencies": [ ".eslintrc.js", ".prettierrc", - "vite.config.defaults.ts", + "vite.config.default.ts", "tsconfig.json" ], "globalPassThroughEnv": ["PUPPETEER_HEADLESS", "DISABLE_WORKER_INLINING"],