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") {
// startClient();
// }
if (process.env.NODE_ENV === "production") {
startClient();
}
export type ServerApp = typeof app;