From f8daf81d285f0e55644f9f023cdde401b4535456 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Thu, 23 Oct 2025 15:17:54 +0800 Subject: [PATCH] tambahannya --- src/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 74e4ce9..60cca63 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -53,8 +53,8 @@ const app = new Elysia() }); -if (process.env.NODE_ENV === "production") { - startClient(); -} +// if (process.env.NODE_ENV === "production") { +// startClient(); +// } export type ServerApp = typeof app;