From 238dca3310a717632fe827bca3769cbf7d2c3000 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 5 Feb 2025 18:20:53 -0800 Subject: [PATCH 1/4] Add react-scan to dev environment --- apps/dashboard/src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/app/layout.tsx b/apps/dashboard/src/app/layout.tsx index 3ad68736e..894e1bbfe 100644 --- a/apps/dashboard/src/app/layout.tsx +++ b/apps/dashboard/src/app/layout.tsx @@ -70,6 +70,7 @@ export default function RootLayout({ return ( + {getNodeEnvironment() === 'development' &&