Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
117 changed files with 9548 additions and 3041 deletions
Showing only changes of commit 3a3c4822ac - Show all commits

View File

@@ -1,6 +1,6 @@
{ {
"name": "hipmi", "name": "hipmi",
"version": "1.1.4-1", "version": "1.1.4-2",
"private": true, "private": true,
"prisma": { "prisma": {
"seed": "npx tsx prisma/seed.ts" "seed": "npx tsx prisma/seed.ts"

View File

@@ -48,7 +48,7 @@ export default async function RootLayout({
<RootStyleRegistry> <RootStyleRegistry>
{/* <MqttLoader /> {/* <MqttLoader />
<TokenProvider token={token} envObject={envObject} /> */} <TokenProvider token={token} envObject={envObject} /> */}
{/* <RealtimeProvider userLoginId={userLoginId as string} /> */} <RealtimeProvider userLoginId={userLoginId as string} />
{children} {children}
</RootStyleRegistry> </RootStyleRegistry>
); );