chore: cleanup package.json and automate api type generation

This commit is contained in:
bipproduction
2026-02-08 12:53:36 +08:00
parent 0f71798389
commit f86ac66820
10 changed files with 217 additions and 233 deletions

View File

@@ -20,4 +20,4 @@ describe("Database Integration", () => {
expect(user.email).toBe(adminEmail);
}
});
});
});