tambahannya

This commit is contained in:
bipproduction
2025-10-23 15:17:54 +08:00
parent 7cbdf5bffd
commit f8daf81d28

View File

@@ -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;