From c50016f11a9753751d0edf3a947e94e4d35b9cd3 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 15 Jul 2025 16:09:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20biome=20includes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 908505a08..90b2cd486 100644 --- a/biome.json +++ b/biome.json @@ -64,7 +64,8 @@ }, "files": { "includes": [ - "src/**", + "apps/**/src/**", + "packages/**/src/**", "!**/apps/landing/public/static/scripts/mailerlite.js" ] }