From 19b8c6022f7e6314b88293a0e1a24d8815f2ead6 Mon Sep 17 00:00:00 2001 From: Glen Huang Date: Thu, 25 Sep 2025 17:05:30 +0800 Subject: [PATCH] ui: no need to guard SolidQueryDevtools behind dev flag It won't be bundled in the prod build --- pkgs/clan-app/ui/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-app/ui/src/index.tsx b/pkgs/clan-app/ui/src/index.tsx index 607973d8c..cd211b0ae 100644 --- a/pkgs/clan-app/ui/src/index.tsx +++ b/pkgs/clan-app/ui/src/index.tsx @@ -29,7 +29,7 @@ render( {/* Temporary solution */} - {import.meta.env.DEV && } + {Routes}