tambahannya

This commit is contained in:
bipproduction
2025-10-23 16:06:02 +08:00
parent f8daf81d28
commit 1174e130c2

View File

@@ -53,8 +53,8 @@ const app = new Elysia()
}); });
// if (process.env.NODE_ENV === "production") { if (process.env.NODE_ENV === "production") {
// startClient(); startClient();
// } }
export type ServerApp = typeof app; export type ServerApp = typeof app;