Fix Jam Operasional Kantor Desa

Fix Agar Token Seafile ga expired cuma 1 hari
This commit is contained in:
2026-02-04 11:47:56 +08:00
parent 358ff14efe
commit bbd52fb6f5
9 changed files with 207 additions and 17 deletions

View File

@@ -60,3 +60,12 @@ export async function seedDataPerpustakaan() {
}
console.log("✅ Data perpustakaan seeded successfully");
}
if (import.meta.main) {
seedDataPerpustakaan()
.then(() => {
console.log("seed data perpustakaan success");
})
.catch((err) => {
console.log("gagal seed data perpustakaan", JSON.stringify(err));
});
}